/* ========== */
/* = NY-BANNER = */
/* ========== */
.ny-banner {
   width: 100%;
   height: 395px;
   background-size: cover;
   text-align: center;
   color: #FFFFFF;
}

.ny-banner .tit {
   padding-top: 130px;
   font-size: 42px;
   letter-spacing: 3px;
   font-weight: 600;
}

.ny-banner .des {
   margin-top: 10px;
   font-size: 20px;
   line-height: 32px;
   letter-spacing: 2px;
}

.ny-banner .tit2 {
   padding-top: 150px;
   font-size: 36px;
   letter-spacing: 3px;
}

.ny-banner2 {
   height: 250px;
}

.ny-banner2 .tit {
   padding-top: 70px;
}

.ny-banner3 {
   height: 260px;
}

.ny-banner3 .tit {
   padding-top: 50px;
}

.ny-banner3 .button {
   display: inline-block;
   margin: 20px auto 0;
   width: 170px;
   letter-spacing: 2px;
   border-radius: 5px;
   line-height: 60px;
   font-size: 18px;
   font-weight: bold;
   background: #fff;
   color: #7cb92f;
}

.ny-banner4 {
   height: 460px;
}

.ny-banner4 .button {
   display: inline-block;
   margin: 50px auto 0;
   width: 170px;
   letter-spacing: 2px;
   border-radius: 5px;
   line-height: 60px;
   font-size: 18px;
   font-weight: bold;
   background: #fff;
   color: #7cb92f;
}


.ny-tit {
   font-size: 30px;
   color: #333333;
   letter-spacing: 3px;
   text-align: center;
}

.ny-des {
   margin-top: 10px;
   color: #999999;
   text-align: center;
   font-size: 16px;
   letter-spacing: 1px;
}

.ny-des span {
   color: #7cb92f;
}


.page {
   text-align: center;
}

.page a,
.page span {
   margin: 2px;
   display: inline-block;
   width: 38px;
   height: 38px;
   line-height: 36px;
   border: 1px solid #e5e5e5;
   color: #282e2a;
   text-align: center;
}

.page a:hover,
.page a.active,
.page span.current {
   background: #0764E9;
   border: 1px solid #0764E9;
   color: #FFFFFF;
}

.page em {
   display: inline-block;
   margin: 0 10px;
}

.page span {
   color: #282e2a;
}


.bread {
   padding: 30px 0 20px;
   line-height: 26px;
   border-bottom: 1px solid #eeeeee;
}

.bread span {
   padding-left: 35px;
   display: inline-block;
   background: url(../images/ico_bread.png) no-repeat left;
}

.bread i {
   font-style: normal;
   display: inline-block;
   margin: 0 5px;
}

.bread a:hover {
   color: #0764E9;
}


.pop {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .6);
   text-align: center;
   z-index: 999;
}

.pop .content+i {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

.pop .content {
   max-width: 720px;
   width: 85%;
   display: inline-block;
   vertical-align: middle;
   position: relative;
}

.pop .content .border {
   display: inline-block;
   background: #FFFFFF;
   padding: 10px;
   border-radius: 5px;
   position: relative;
}

.pop .content video {
   max-width: 100%;
}

.pop .close {
   position: absolute;
   cursor: pointer;
   top: -22px;
   right: -16px;
   width: 37px;
   height: 37px;
   background-image: url(../images/close.png);
   background-size: cover;
}


@media (max-width:999px) {

   .ny-banner,
   .ny-banner2 {
      height: 5rem;
   }

   .ny-banner .tit,
   .ny-banner2 .tit {
      padding-top: 1.5rem;
      font-size: 0.5rem;
      letter-spacing: 0.02666666rem;
      font-weight: bold;
   }

   .ny-banner .des {
      margin-top: 0.26666666rem;
      line-height: 0.6rem;
      font-size: 0.36rem;
      letter-spacing: 0;
   }

   .ny-banner .tit2 {
      padding-top: 2.2rem;
      font-size: 0.4rem;
      font-weight: bold;
      letter-spacing: 0.02666666rem;
   }

   .ny-tit {
      font-size: 0.5rem;
      font-weight: bold;
      letter-spacing: 0.02666666rem;
   }

   .ny-banner3 {
      height: 5rem;
   }

   .ny-banner3 .tit {
      padding-top: 0.7rem;
   }

   .ny-banner3 .button {
      margin: 0.4rem auto 0;
      width: 2.4rem;
      letter-spacing: 0;
      border-radius: 0.2rem;
      line-height: 1rem;
      font-size: 0.35rem;
   }

   .ny-banner4 {
      height: 5rem;
   }

   .ny-banner4 .tit2 {
      padding-top: 1.5rem;
   }

   .ny-banner4 .button {
      margin: 0.4rem auto 0;
      width: 2.4rem;
      letter-spacing: 0;
      border-radius: 0.2rem;
      line-height: 1rem;
      font-size: 0.35rem;
   }


   .bread {
      display: none;
   }

   .page span {
      margin-top: 10px;
   }

}





/* ========== */
/* = PRODUCT = */
/* ========== */
.product-tab {
   background: #f3f4f7;
}

.product-tab ul {
   margin: 0 -7px;
   border-left: 1px solid #e5e5e5;
}

.product-tab li {
   float: left;
   width: 14.28%;
   border-right: 1px solid #e5e5e5;
}

.product-tab li a {
   display: block;
   text-align: center;
   padding: 20px 5px;
   font-size: 14px;
}

.product-tab li a:hover {
   color: #7cb92f;
}

.product-tab li.active a {
   background: linear-gradient(100deg, #84c836, #61b677, #40a6b4);
   color: #FFFFFF;
}



.data-box {
   padding-top: 60px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.data-box .img {
   width: 60%;
}

.data-box .text {
   width: 35%;
}

.data-box .tit h2 {
   display: inline-block;
   vertical-align: middle;
   font-size: 27px;
   color: #333333;
   line-height: 40px;
   font-weight: bold;
}

.data-box .tit img {
   margin-right: 20px;
   display: inline-block;
   vertical-align: middle;
}

.data-box .des {
   margin-top: 30px;
   font-size: 16px;
   color: #333333;
   line-height: 24px;
}

.data-box .tip {
   margin-top: 10px;
   line-height: 24px;
}

.data-box .tip span {
   margin-right: 15px;
   margin-top: 15px;
   display: inline-block;
   border: 1px solid #5faf31;
   font-size: 12px;
   color: #5faf31;
   line-height: 24px;
   padding: 0 5px;
   min-width: 90px;
   text-align: center;
}

.data-box .button {
   margin-top: 30px;
   width: 165px;
   height: 52px;
   line-height: 52px;
   display: inline-block;
   margin-right: 30px;
   font-size: 18px;
   text-align: center;
   letter-spacing: 2px;
   color: #FFFFFF;
   border-radius: 26px;
   background: linear-gradient(100deg, #84c836, #61b677, #40a6b4);
}

.data-box .button-div .button {
   margin-right: 10px;
}

.data-box .button-div .button:nth-child(2) {
   margin-right: 0;
}

.xz-green-button {
   margin-top: 30px;
   width: 165px;
   height: 52px;
   line-height: 52px;
   display: inline-block;
   margin-right: 30px;
   font-size: 18px;
   text-align: center;
   letter-spacing: 2px;
   color: #FFFFFF;
   border-radius: 26px;
   background: linear-gradient(100deg, #84c836, #61b677, #40a6b4);
}

.patent-advantage {
   padding: 60px 0;
   background-image: url(../images/patent_advantage_bg.png);
   background-size: cover;
   background-position: bottom center;
}

.patent-advantage .content {
   margin-top: 50px;
}

.patent-advantage li {
   margin-bottom: 20px;
   float: left;
   width: 25%;
}

.patent-advantage .img {
   float: left;
   width: 58%;
   margin-left: -2%;
}

.patent-advantage .right {
   margin-left: 760px;
}

.patent-advantage .right li {
   width: 100%;
}

.patent-advantage .right li span {
   float: left;
   display: block;
   background: #3ea5b7;
   border-radius: 100%;
}

.patent-advantage .right li .text {
   margin-left: 95px;
   height: 80px;
}

.patent-advantage .right li .text div {
   display: inline-block;
   vertical-align: middle;
}

.patent-advantage .right li .text i {
   height: 100%;
   display: inline-block;
   vertical-align: middle;
}

.patent-advantage .right li h3 {
   display: block;
   font-size: 17px;
   color: #333333;
   font-weight: bold;
   font-style: normal;
}

.patent-advantage .right li p {
   margin-top: 3px;
   line-height: 18px;
   font-size: 13px;
}

.patent-advantage .right li:nth-child(2n) span {
   background: #7cb92f;
}

.patent-advantage .button-div {
   text-align: center;
   margin-top: 20px;
}

.patent-scene {
   padding: 60px 0;
   background-image: url(../images/patent_scene.jpg);
   background-size: cover;
}

.patent-scene .ny-tit {
   color: #FFFFFF;
}

.patent-scene .slick-dots {
   bottom: -50px;
}

.patent-scene .slick-prev,
.patent-scene .slick-next {
   opacity: .3;
}

.patent-scene .slick-prev {
   left: -65px;
}

.patent-scene .slick-next {
   right: -65px;
}

.patent-scene .slick {
   margin: 50px -15px 0;
}

.patent-scene .slick-slide {
   padding: 0 15px;
   color: #FFFFFF;
}

.patent-scene .item {
   display: block;
   color: #fff;
   padding: 45px 5px 20px 25px;
   min-height: 200px;
   border: 1px solid rgba(255, 255, 255, .3);
   border-radius: 5px;
}

.patent-scene .item .img {
   float: left;
   position: relative;
   display: inline-block;
}

.patent-scene .item .img .default {
   background: #7cb92f;
   border-radius: 100%;
}

.patent-scene .item .img .hover {
   background: #ffffff;
   border-radius: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transform: rotateY(-180deg);
   -webkit-transform: rotateY(180deg);
   opacity: 0;
   overflow: hidden;
}

.patent-scene .item .text {
   margin-left: 95px;
}

.patent-scene .item .text h3 {
   margin-bottom: 5px;
   display: block;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 2px;
}

.patent-scene .item .text p {
   line-height: 30px;
}

.patent-scene .item:hover {
   border: none;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
}

.patent-scene .item:hover .default {
   transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
   opacity: 0;
}

.patent-scene .item:hover .hover {
   transform: rotateY(0deg);
   -webkit-transform: rotateY(0deg);
   opacity: 1;
}


.patent-cover {
   padding: 60px 0 50px;
   background-image: url(../images/patent_cover.jpg);
   background-size: cover;
   position: relative;
}

.patent-cover #cover {
   position: absolute;
   top: -80px;
   left: 0;
}

.patent-cover .product-des {
   margin-top: 5px;
   letter-spacing: 1px;
   text-align: center;
   font-size: 16px;
   color: #999999;
}

.patent-cover .product-des span {
   color: #7fc540;
}

.patent-cover ul {
   margin: 35px -16px 0;
}

.patent-cover li {
   float: left;
   width: 33.3333%;
   padding: 16px;
}

.patent-cover li:nth-child(3n+1) {
   clear: both;
}

.patent-cover .item {
   padding: 15px 10px 15px 40px;
   height: 170px;
   border: 1px solid #d2d2d2;
   border-radius: 5px;
   background: #FFFFFF;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.patent-cover .item .img {
   float: left;
   width: 20%;
   position: relative;
}

.patent-cover .item .img .hover {
   position: absolute;
   top: 0;
   left: 0;
   transform: rotateY(-180deg);
   -webkit-transform: rotateY(180deg);
   opacity: 0;
}

.patent-cover .item .con {
   width: 70%;
}

.patent-cover .item .tit {
   font-weight: bold;
   font-size: 18px;
   color: #333333;
   letter-spacing: 2px;
   position: relative;
   padding-bottom: 15px;
}

.patent-cover .item .tit:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 30px;
   height: 3px;
   background: #7cb92f;
}

.patent-cover .item .des {
   margin-top: 10px;
   max-width: 200px;
   line-height: 22px;
   color: #999999;
}

.patent-cover .item:hover {
   border: 1px solid #FFFFFF;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
   -o-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.patent-cover .item:hover .img .default {
   transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
   opacity: 0;
}

.patent-cover .item:hover .img .hover {
   transform: rotateY(0deg);
   -webkit-transform: rotateY(0deg);
   opacity: 1;
}

.patent-cover .item:hover .tit {
   color: #FFFFFF;
}

.patent-cover .item:hover .tit:after {
   background: #FFFFFF;
}

.patent-cover .item:hover .des {
   color: #FFFFFF;
}


.patent-analysis {
   padding: 60px 0;
   background-image: url(../images/patent_analysis_bg.jpg);
   background-size: cover;
}

.patent-analysis .content {
   margin-top: 55px;
}

.patent-analysis .img {
   float: left;
   width: 40.5%;
}

.patent-analysis ul {
   float: right;
   width: 55%;
}

.patent-analysis li {
   margin-bottom: 20px;
   float: left;
   width: 48%;
   margin-right: 4%;
   border: 1px solid #e2e2e2;
   background: #FFFFFF;
   padding: 12px 25px;
   -o-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
   -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
   -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
   box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}

.patent-analysis li:nth-child(2n) {
   margin-right: 0;
}

.patent-analysis li:nth-child(2n+1) {
   clear: both;
}

.patent-analysis li span {
   display: block;
   font-size: 17px;
   color: #0764E9;
   font-weight: bold;
}

.patent-analysis li p {
   margin-top: 5px;
   line-height: 18px;
   color: #777777;
   overflow: hidden;
}


.patent-light {
   padding: 60px 0;
}

.patent-light ul {
   padding: 40px 35px 60px;
}

.patent-light li {
   float: left;
   width: 12.5%;
   padding: 0 15px;
   text-align: center;
}

.patent-light li div {
   padding: 32px 0;
   border: 1px solid #d2d2d2;
   border-radius: 4px;
}

.patent-light li span {
   margin-top: 30px;
   display: block;
}

.patent-light .content {
   padding: 0 50px;
}

.patent-light .box {
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
   border-radius: 5px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
   overflow: hidden;
}

.patent-light .box .left {
   width: 65%;
   text-align: left;
   padding: 15px 7%;
}

.patent-light .box .tit img {
   display: inline-block;
   vertical-align: middle;
}

.patent-light .box .tit h3 {
   margin-left: 15px;
   padding-left: 15px;
   display: inline-block;
   vertical-align: middle;
   font-size: 18px;
   color: #fff;
   position: relative;
}

.patent-light .box .tit h3:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 1px;
   height: 15px;
   margin-top: -7px;
   background: #fff;
}

.patent-light .box .text {
   margin-top: 40px;
   padding: 20px 65px;
   color: #FFFFFF;
   position: relative;
}

.patent-light .box .text:before,
.patent-light .box .text:after {
   content: "";
   width: 43px;
   height: 39px;
   position: absolute;
}

.patent-light .box .text:before {
   top: 0;
   left: 0;
   background: url(../images/patent_light_png_01.png);
}

.patent-light .box .text:after {
   bottom: 0;
   right: 0;
   background: url(../images/patent_light_png_02.png);
}

.patent-light .box .des {
   font-size: 16px;
   line-height: 30px;
}

.patent-light .box .tip {
   margin-top: 20px;
   text-align: right;
   color: #fff;
   opacity: .7
}

.patent-light .box .img {
   width: 35%;
}

.patent-light .box .img img {
   width: 100%;
}


/* ========== */
/* = ANALYSIS = */
/* ========== */
.analysis-chart {
   padding: 65px 0 80px;
}

.analysis-chart .content {
   margin-top: 60px;
}

.analysis-chart .left {
   float: left;
   width: 62%;
}

.analysis-chart .left .tit {
   font-size: 24px;
   font-weight: bold;
   color: #333333;
   letter-spacing: 1px;
}

.analysis-chart .left .des {
   margin-top: 20px;
   max-width: 520px;
   color: #333333;
   line-height: 24px;
}

.analysis-chart .left .des span {
   color: #7cb92f;
}

.analysis-chart .left img {
   margin-top: 35px;
}

.analysis-chart .right {
   float: right;
   width: 37.8%;
}

.analysis-chart .right .slick-slide img {
   width: 100%;
   border: 1px solid #3ea5b7;
}

.analysis-chart .right .slick-slide p {
   padding: 22px 105px 22px 35px;
   background: #333333;
   color: #FFFFFF;
   font-size: 18px;
   line-height: 32px;
}

.analysis-chart .right .slick-prev,
.analysis-chart .right .slick-next {
   top: auto;
   bottom: 18px;
   width: 44px;
   height: 44px;
   background: none;
}

.analysis-chart .right .slick-prev {
   right: 54px;
   left: auto;
   background-image: url(../images/analysis_chart_prev.png);
}

.analysis-chart .right .slick-prev:after {
   content: "";
   position: absolute;
   top: 50%;
   right: 0;
   width: 1px;
   height: 20px;
   margin-top: -10px;
   background: #FFFFFF;
   opacity: .2;
}

.analysis-chart .right .slick-next {
   right: 10px;
   background-image: url(../images/analysis_chart_next.png);
}


.analysis-scene {
   padding: 60px 0;
   background-image: url(../images/patent_scene.jpg);
   background-size: cover;
}

.analysis-scene .ny-tit {
   color: #FFFFFF;
}

.analysis-scene .slick-dots {
   bottom: -50px;
}

.analysis-scene .slick-prev,
.analysis-scene .slick-next {
   opacity: .3;
}

.analysis-scene .slick-prev {
   left: -65px;
}

.analysis-scene .slick-next {
   right: -65px;
}

.analysis-scene .slick {
   margin: 50px -15px 0;
}

.analysis-scene .slick-slide {
   padding: 0 15px;
   color: #FFFFFF;
}

.analysis-scene .item {
   padding: 30px 20px 40px;
   min-height: 200px;
   border: 1px solid rgba(255, 255, 255, .3);
   border-radius: 5px;
   text-align: center;
}

.analysis-scene .item h3 {
   margin-top: 25px;
   display: block;
   position: relative;
   font-size: 18px;
   font-weight: bold;
   padding-bottom: 25px;
}

.analysis-scene .item h3:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 30px;
   height: 3px;
   margin-left: -15px;
   background: #FFFFFF;
}

.analysis-scene .item p {
   margin: 20px auto 0;
   max-width: 220px;
   font-size: 14px;
   line-height: 24px;
   min-height: 96px;
}

.analysis-scene .item:hover {
   border: none;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
}


.analysis-strategy {
   padding: 60px 0;
   background-image: url(../images/analysis_strategy_bg.jpg);
   background-size: cover;
}

.analysis-strategy ul {
   margin-top: 50px;
}

.analysis-strategy li {
   margin-top: 50px;
}

.analysis-strategy li .img {
   float: left;
   width: 50%;
   border: 10px solid #e5e5e5;
}

.analysis-strategy li .text {
   float: right;
   width: 45%;
}

.analysis-strategy li .text .tit {
   font-size: 30px;
   color: #333333;
}

.analysis-strategy li .text .des {
   margin-top: 40px;
   max-width: 430px;
   color: #666666;
   line-height: 24px;
   text-align: justify;
}

.analysis-strategy li .text .ico-div {
   margin-top: 45px;
}

.analysis-strategy li .text .item {
   margin-bottom: 20px;
}

.analysis-strategy li .text .item img {
   float: left;
}

.analysis-strategy li .text .item div {
   margin-left: 60px;
   line-height: 26px;
   padding-top: 5px;
}

.analysis-strategy li .text .item span {
   display: block;
   font-size: 18px;
   color: #333333;
   font-weight: bold;
   letter-spacing: 2px;
}

.analysis-strategy li .text .item p {}

.analysis-strategy li:nth-child(2n) .img {
   float: right;
}

.analysis-strategy li:nth-child(2n) .text {
   float: left;
}


.analysis-sassessment {
   padding: 60px 0;
   background: #f3f4f7;
}

.analysis-sassessment .content {
   margin-top: 50px;
   position: relative;
}

.analysis-sassessment li {
   position: absolute;
   width: 28%;
}

.analysis-sassessment li:nth-child(1) {
   left: 0;
   top: 0;
}

.analysis-sassessment li:nth-child(2) {
   left: 0;
   bottom: 0;
}

.analysis-sassessment li:nth-child(2) p {
   max-width: 320px;
}

.analysis-sassessment li:nth-child(3) {
   right: 0;
   top: 0;
   text-align: right;
}

.analysis-sassessment li:nth-child(4) {
   right: 0;
   bottom: 0;
   text-align: right;
}

.analysis-sassessment li span {
   display: block;
   font-size: 18px;
   color: #333333;
   font-weight: bold;
}

.analysis-sassessment li p {
   margin-top: 15px;
   line-height: 20px;
   color: #777777;
}


/* ========== */
/* = DATABASE = */
/* ========== */
.database-scene {
   padding: 60px 0;
   background-image: url(../images/patent_scene.jpg);
   background-size: cover;
}

.database-scene .ny-tit {
   color: #FFFFFF;
}

.database-scene ul {
   margin-top: 40px;
   border-left: 1px solid rgba(255, 255, 255, .1);
   border-top: 1px solid rgba(255, 255, 255, .1);
}

.database-scene li {
   float: left;
   width: 25%;
   color: #FFFFFF;
   text-align: center;
   padding: 35px 10px 40px;
   border: 1px solid rgba(255, 255, 255, .1);
   border-left: none;
   border-top: none;
}

.database-scene li span {
   font-size: 60px;
   font-weight: bold;
   margin-right: 5px;
}


/* ========== */
/* = MANAGE = */
/* ========== */
.manage-process {
   padding: 60px 0;
   background-image: url(../images/analysis_strategy_bg.jpg);
   background-size: cover;
}

.manage-process .content {
   margin-top: 35px;
}

.manage-safe {
   padding: 60px 0;
   background: #f1f2f4;
}

.manage-safe .content {
   margin: 50px auto 0;
   max-width: 1180px;
   position: relative;
}

.manage-safe li {
   position: absolute;
   width: 50%;
}

.manage-safe li:nth-child(1) {
   left: 0;
   top: -20px;
}

.manage-safe li:nth-child(2) {
   right: 0;
   top: -20px;
}

.manage-safe li:nth-child(3) {
   left: 0;
   top: 280px;
}

.manage-safe li:nth-child(4) {
   right: 0;
   top: 280px;
}

.manage-safe li .tit {
   position: relative;
   padding-left: 125px;
   line-height: 80px;
}

.manage-safe li .tit img {
   position: absolute;
   top: 0;
   left: 0;
}

.manage-safe li .tit h3 {
   font-size: 18px;
   font-weight: bold;
   color: #333333;
}

.manage-safe li .des {
   margin-top: 10px;
   line-height: 20px;
}

.manage-safe li:nth-child(2n) {
   text-align: right;
}

.manage-safe li:nth-child(2n) .tit {
   padding-left: 0;
   padding-right: 125px;
}

.manage-safe li:nth-child(2n) .tit img {
   left: auto;
   right: 0;
}


/* ========== */
/* = CONSULTATION = */
/* ========== */
.consultation-date {
   background: none;
}

.consultation-date .ny-tit {
   color: #333333;
}

.consultation-date .theme {
   margin-top: 50px;
   color: #333333;
   font-weight: bold;
   text-align: center;
   font-size: 18px;
}

.consultation-date .box {
   margin-top: 30px;
}

.consultation-date .item {
   float: left;
   padding: 25px 5px;
   width: 32%;
   margin-right: 2%;
   background-size: cover;
   border-radius: 5px;
   color: #FFFFFF;
   text-align: center;
}

.consultation-date .item:nth-child(3n) {
   margin-right: 0;
}

.consultation-date .item .con {
   display: inline-block;
   text-align: left;
}

.consultation-date .item .con span {
   float: left;
   font-size: 60px;
   line-height: 60px;
   font-weight: bold;
}

.consultation-date .item .con div {
   margin-left: 100px;
   line-height: 22px;
   font-size: 12px;
   padding-top: 7px;
}

.consultation-date .item:nth-child(1) {
   background-image: url(../images/consultation_date_01.jpg);
}

.consultation-date .item:nth-child(1) .con div {
   margin-left: 120px;
   width: 140px;
}

.consultation-date .item:nth-child(2) {
   background-image: url(../images/consultation_date_02.jpg);
}

.consultation-date .item:nth-child(3) {
   background-image: url(../images/consultation_date_03.jpg);
}

.consultation-date ul {
   border-color: #efefef;
}

.consultation-date li {
   color: #666666;
   border-color: #efefef;
}

.consultation-date li div {
   color: #7cb92f;
}

.consultation-team {
   padding: 55px 0;
   background: #f6f6f6;
}

.consultation-team .tab {
   margin-top: 45px;
   text-align: center;
}

.consultation-team .tab span {
   display: inline-block;
   margin: 0 10px;
   background: #04a3c2;
   color: #FFFFFF;
   padding: 15px 40px;
   font-size: 16px;
   letter-spacing: 1px;
}

.consultation-team .tab span:nth-child(2n) {
   background: #73bb00;
}

.consultation-team .content {
   margin-top: 30px;
}


/* ========== */
/* = TRAIN = */
/* ========== */
.train-scene {
   padding: 60px 0;
   background-image: url(../images/patent_scene.jpg);
   background-size: cover;
}

.train-scene .ny-tit {
   color: #FFFFFF;
}

.train-scene .slick-dots {
   bottom: -50px;
}

.train-scene .slick-prev,
.train-scene .slick-next {
   opacity: .3;
}

.train-scene .slick-prev {
   left: -65px;
}

.train-scene .slick-next {
   right: -65px;
}

.train-scene .slick {
   margin: 50px -50px 0;
}

.train-scene .slick-slide {
   padding: 0 50px;
   color: #FFFFFF;
}

.train-scene .item {
   padding: 45px 5px 20px 25px;
   min-height: 200px;
   border: 1px solid rgba(255, 255, 255, .3);
   border-radius: 5px;
}

.train-scene .item .img {
   float: left;
   position: relative;
   display: inline-block;
}

.train-scene .item .img .default {
   background: #7cb92f;
   border-radius: 100%;
}

.train-scene .item .img .hover {
   background: #ffffff;
   border-radius: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transform: rotateY(-180deg);
   -webkit-transform: rotateY(180deg);
   opacity: 0;
   overflow: hidden;
}

.train-scene .item .text {
   margin-left: 95px;
}

.train-scene .item .text span {
   margin-bottom: 5px;
   display: block;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 2px;
}

.train-scene .item .text p {
   line-height: 30px;
}

.train-scene .item:hover {
   border: none;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
}

.train-scene .item:hover .default {
   transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
   opacity: 0;
}

.train-scene .item:hover .hover {
   transform: rotateY(0deg);
   -webkit-transform: rotateY(0deg);
   opacity: 1;
}

.train-talent {
   padding-top: 60px;
   background: url(../images/train_talent_bg.jpg) bottom center no-repeat;
}

.train-talent .talent-tit {
   margin: 50px auto 0;
   display: block;
   width: 300px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
   border-radius: 10px;
   font-size: 0;
   -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
   box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
}

.train-talent .talent-tit img {
   display: inline-block;
   vertical-align: middle;
}

.train-talent .talent-tit span {
   margin-left: 10px;
   display: inline-block;
   vertical-align: middle;
   color: #FFFFFF;
   font-size: 24px;
   font-weight: bold;
   letter-spacing: 2px;
}

.train-talent ul {
   max-width: 1100px;
   margin: 0 auto;
}

.train-talent li {
   margin-top: 40px;
   float: left;
   border: 1px solid #d2d2d2;
   width: 32%;
   margin-right: 2%;
   padding: 20px 10px;
   text-align: center;
   border-radius: 5px;
}

.train-talent li:nth-child(3n) {
   margin-right: 0;
}

.train-talent li .tit {
   font-size: 20px;
   padding-bottom: 20px;
   color: #333333;
   font-weight: bold;
   position: relative;
}

.train-talent li .tit:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 30px;
   margin-left: -15px;
   height: 3px;
   background: #7cb92f;
}

.train-talent li .des {
   margin-top: 20px;
   line-height: 24px;
   color: #999999;
}

.train-talent .ul-01 .des {
   min-height: 96px;
}

.train-talent .ul-02 .des {
   min-height: 96px;
}

.train-talent .ul-03 .des {
   min-height: 120px;
}

.train-talent .ul-04 .des {
   min-height: 168px;
}


/* ========== */
/* = BIO = */
/* ========== */
.bio-advantage {
   padding: 88px 0 65px;
   background-image: url(../images/bio_advantage.jpg);
   background-size: cover;
   background-position: bottom center;
}

.bio-advantage ul {
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.bio-advantage li {
   margin-top: 55px;
   width: 30%;
   max-width: 330px;
   text-align: left;
   padding: 55px 35px;
}

.bio-advantage li img {
   margin: 0;
   background: #f5f6f4;
   border-radius: 100%;
   overflow: hidden;
}

.bio-advantage li h3 {
   margin-top: 30px;
   display: block;
   font-size: 30px;
   color: #333333;
   font-weight: bold;
}

.bio-advantage li p {
   margin-top: 20px;
   font-size: 20px;
   line-height: 30px;
   min-height: 90px;
   color: #8d8d8d;
}

.bio-advantage li:hover {
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
}

.bio-advantage li:hover img {
   background: #ffffff;
}

.bio-advantage li:hover h3 {
   color: #ffffff;
}

.bio-advantage li:hover p {
   color: #ffffff;
}

.bio-box {
   padding: 70px 0;
   margin-bottom: 50px;
   background-image: url(../images/bio_img.jpg);
   background-size: cover;
   text-align: center;
   color: #FFFFFF;
}

.bio-box .tit {
   font-size: 30px;
}

.bio-box ul {
   max-width: 1260px;
   padding: 0 10px;
   margin: 0 auto;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.bio-box li {
   margin-top: 70px;
   width: 150px;
   height: 160px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
   background-image: url(../images/liubian.png);
   background-size: cover;
   font-size: 32px;
   line-height: 42px;
   letter-spacing: 2px;
}

.bio-box li span {
   width: 100%;
   text-align: center;
}


.bio-pro {
   padding: 60px 0 40px;
   background-image: url(../images/bio_bg.jpg);
   background-size: cover;
}

.bio-pro li {
   margin-top: 30px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.bio-pro li:first-child {
   margin-top: 0;
}

.bio-pro li .img {
   width: 58%;
}

.bio-pro li .text {
   width: 38%;
   text-align: center;
}

.bio-pro li .text div {
   display: inline-block;
   text-align: left;
}

.bio-pro li .text p {
   display: inline-block;
   vertical-align: middle;
   font-size: 30px;
   line-height: 50px;
}

.bio-pro li .text .home-more {
   display: inline-block;
   margin-top: 30px;
}

@media (max-width:1560px) {
   .patent-scene .slick-prev {
      left: -50px;
   }

   .patent-scene .slick-next {
      right: -50px;
   }

   .analysis-scene .slick-prev {
      left: -50px;
   }

   .analysis-scene .slick-next {
      right: -50px;
   }

   .train-scene .slick {
      margin-right: 0;
      margin-left: 0;
   }

   .train-scene .slick-prev {
      left: -50px;
   }

   .train-scene .slick-next {
      right: -50px;
   }
}

@media (max-width:1360px) {

   /* ========== */
   /* = PRODUCT = */
   /* ========== */
   .product-tab li a {
      font-size: 14px;
   }

   .patent-advantage .right li h3 {
      font-size: 14px;
   }

   .patent-advantage .right li p {
      font-size: 12px;
   }

   .patent-scene .item .text h3 {
      font-size: 15px;
   }

   .patent-scene .item .text p {
      font-size: 12px;
      line-height: 26px;
   }

   .patent-light .box .tit h3 {
      font-size: 16px;
   }

   .patent-light .box .des {
      font-size: 14px;
      line-height: 26px;
   }

   .train-scene .slick-slide {
      padding: 0 20px;
   }

   .train-scene .item .text span {
      font-size: 15px;
   }

   .train-scene .item .text p {
      font-size: 12px;
      line-height: 26px;
   }
}


@media (max-width:1240px) {

   /* ========== */
   /* = PRODUCT = */
   /* ========== */
   .patent-advantage .img {
      width: 620px;
   }

   .patent-advantage .right {
      margin-left: 620px;
   }

   .patent-advantage .right li {
      height: 60px;
   }

   .patent-advantage .right li span {
      width: 60px;
   }

   .patent-advantage .right li .text {
      margin-left: 75px;
      height: auto;
   }

   .patent-advantage .right li h3 {
      font-size: 14px;
   }

   .patent-advantage .right li p {
      font-size: 12px;
      line-height: 18px;
   }

   .patent-scene .item {
      min-height: 180px;
   }

   .patent-scene .item .img {
      width: 55px
   }

   .patent-scene .item .text {
      margin-left: 70px;
   }

   .train-scene .item {
      min-height: 180px;
   }

   .train-scene .item .img {
      width: 55px
   }

   .train-scene .item .text {
      margin-left: 70px;
   }
}

@media (max-width:999px) {

   /* ========== */
   /* = PRODUCT = */
   /* ========== */
   .data-box .img {
      width: 100%;
   }

   .data-box .text {
      width: 100%;
      margin-top: 30px;
   }

   .data-box .tit h2 {
      font-size: 0.42rem;
      font-weight: bold;
      line-height: 0.6rem;
      padding-top: 0.2rem;
   }

   .data-box .tit img {
      width: 1.2rem
   }

   .data-box .des {
      font-size: 0.32rem;
      line-height: 0.6rem;
   }

   .data-box .tip {
      font-size: 0.24rem;
      line-height: 0.48rem;
   }

   .data-box .button {
      margin-top: 0.5rem;
      width: 3rem;
      line-height: 1.2rem;
      height: 1.2rem;
      letter-spacing: 0;
      font-size: 0.36rem;
   }

   .xz-green-button {
      margin-top: 0.5rem;
      width: 3rem;
      line-height: 1.2rem;
      height: 1.2rem;
      letter-spacing: 0;
      font-size: 0.36rem;
   }

   .patent-advantage .img {
      float: none;
      width: 100%;
      margin: 0;
      margin-bottom: 30px;
   }

   .patent-advantage .right {
      margin-left: 0;
   }

   .patent-advantage .right li {
      margin-top: 20px;
      width: 49%;
      margin-right: 2%;
   }

   .patent-advantage .right li:nth-child(2n) {
      margin-right: 0;
   }

   .patent-cover li {
      width: 50%;
   }

   .patent-analysis .img {
      width: 100%;
   }

   .patent-analysis ul {
      width: 100%;
   }

   .patent-light li {
      margin-bottom: 25px;
      width: 25%;
   }

   .patent-light li span {
      margin-top: 15px;
   }


   /* ========== */
   /* = BIO = */
   /* ========== */
   .bio-advantage {
      padding: 1.5rem 0;
   }

   .bio-advantage li {
      margin-top: 0.8rem;
      width: 100%;
      max-width: 100%;
      text-align: center;
   }

   .bio-advantage li img {
      width: 1.5rem;
      display: inline-block;
   }

   .bio-advantage li h3 {
      font-size: 0.48rem;
   }

   .bio-advantage li p {
      font-size: 0.32rem;
      line-height: 0.64rem;
      min-height: 0;
   }

   .bio-box {
      padding: 1rem 0;
   }

   .bio-box .tit {
      font-size: 0.4rem;
   }

   .bio-box li {
      margin-top: 0.8rem;
      width: 2.66666666rem;
      height: 2.84rem;
      font-size: 0.4rem;
      line-height: 0.8rem;
   }

   .bio-pro {
      padding: 1.2rem 0;
   }

   .bio-pro li {
      margin-top: 1rem;
   }

   .bio-pro li .img {
      width: 100%;
   }

   .bio-pro li .text {
      width: 100%;
   }

   .bio-pro li .text p {
      font-size: 0.32rem;
      line-height: 0.66666666rem;
   }

   .bio-pro li .text .home-more {
      display: block;
      margin: 0.4rem auto 0;
   }
}

@media (max-width:780px) {

   /* ========== */
   /* = PRODUCT = */
   /* ========== */
   .product-tab .w1280 {
      padding: 0;
   }

   .product-tab li {
      width: 50%;
      border-bottom: 1px solid #e5e5e5;
   }

   .product-tab li a {
      font-size: 0.32rem;
   }

   .patent-advantage {
      padding: 1.5rem 0;
   }

   .patent-advantage .right li {
      width: 100%;
   }

   .patent-scene .item {
      text-align: center;
      padding: 20px;
   }

   .patent-scene .item .img {
      float: none;
   }

   .patent-scene .item .text {
      margin-top: 20px;
      margin-left: 0;
      min-height: 110px;
   }

   .patent-scene .item:hover {
      padding: 20px;
   }

   .patent-cover {
      padding: 1.5rem 0;
   }

   .patent-cover li {
      width: 100%;
   }

   .patent-analysis {
      padding: 1.5rem 0 1.2rem;
   }

   .patent-analysis .img {
      margin-bottom: 20px;
   }

   .patent-analysis li {
      width: 100%;
   }

   .patent-light {
      padding: 1.5rem 0;
   }

   .patent-light ul {
      padding: 1rem 0 0;
   }

   .patent-light li {
      width: 50%;
   }

   .patent-light .content {
      margin-top: 20px;
      padding: 0;
   }

   .patent-light .box .left {
      width: 100%;
      padding: 30px 20px;
   }

   .patent-light .box .tit h3 {
      display: block;
      padding-left: 0;
      margin-left: 0;
      margin-top: 10px;
   }

   .patent-light .box .tit h3:before {
      display: none;
   }

   .patent-light .box .img {
      width: 100%;
   }

   .patent-light .box .text:before,
   .patent-light .box .text:after {
      display: none;
   }

   .patent-light .box .text {
      padding: 0;
   }


   /* ========== */
   /* = ANALYSIS = */
   /* ========== */
   .analysis-chart .content {
      margin-top: 40px;
   }

   .analysis-chart .left {
      width: 100%;
   }

   .analysis-chart .left .tit {
      font-size: 16px;
   }

   .analysis-chart .right {
      width: 100%;
      margin-top: 30px;
   }

   .analysis-strategy ul {
      margin-top: 0px;
   }

   .analysis-strategy li {
      margin-top: 40px;
   }

   .analysis-strategy li .img {
      width: 100%;
   }

   .analysis-strategy li .text {
      margin-top: 30px;
      width: 100%;
   }

   .analysis-strategy li .text .tit {
      font-size: 20px;
   }

   .analysis-sassessment {
      padding: 60px 0;
   }

   .analysis-sassessment .content {
      margin-top: 40px;
   }

   .analysis-sassessment li {
      margin-top: 35px;
      position: relative;
      width: 100%;
   }

   .analysis-sassessment li:nth-child(3) {
      text-align: left;
   }

   .analysis-sassessment li:nth-child(4) {
      text-align: left;
   }


   /* ========== */
   /* = DATABASE = */
   /* ========== */
   .database-scene li {
      width: 50%;
      font-size: 0.34rem;
      padding: 20px 5px;
   }

   .database-scene li span {
      font-size: 0.6rem;
   }

   .database-scene li p {
      margin-top: 5px;
   }


   /* ========== */
   /* = MANAGE-SAFE = */
   /* ========== */
   .manage-safe .content {
      margin-top: 0;
   }

   .manage-safe .content>img {
      display: none;
   }

   .manage-safe li {
      margin-top: 30px;
      position: relative;
      width: 100%;
   }

   .manage-safe li:nth-child(1) {
      left: auto;
      top: auto;
   }

   .manage-safe li:nth-child(2) {
      right: auto;
      top: auto;
   }

   .manage-safe li:nth-child(3) {
      left: auto;
      top: auto;
   }

   .manage-safe li:nth-child(4) {
      right: auto;
      top: auto;
   }

   .manage-safe li .tit {
      line-height: 50px;
      padding-left: 70px;
   }

   .manage-safe li .tit img {
      width: 50px;
   }

   .manage-safe li .tit h3 {
      font-size: 16px;
   }

   .manage-safe li:nth-child(2n) {
      text-align: left;
   }

   .manage-safe li:nth-child(2n) .tit {
      padding-left: 70px;
      padding-right: 0;
   }

   .manage-safe li:nth-child(2n) .tit img {
      left: 0;
      right: auto;
   }


   /* ========== */
   /* = CONSULTATION = */
   /* ========== */
   .consultation-date .theme {
      margin-top: 30px;
   }

   .consultation-date .box .item {
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%;
   }

   .consultation-date .item .con span {
      font-size: 40px;
   }

   .consultation-date .item .con div {
      margin-left: 70px;
   }

   .consultation-date .item:nth-child(1) .con div {
      margin-left: 90px;
   }

   .consultation-team .tab span {
      font-size: 12px;
      padding: 15px;
   }


   /* ========== */
   /* = TRAIN = */
   /* ========== */
   .train-scene .item {
      text-align: center;
      padding: 20px;
   }

   .train-scene .item .img {
      float: none;
   }

   .train-scene .item .text {
      margin-top: 20px;
      margin-left: 0;
      min-height: 110px;
   }

   .train-scene .item:hover {
      padding: 20px;
   }

   .train-talent .talent-tit {
      width: 170px;
      height: 60px;
      line-height: 60px;
   }

   .train-talent .talent-tit img {
      width: 30px;
   }

   .train-talent .talent-tit span {
      font-size: 16px;
      letter-spacing: 0;
   }

   .train-talent li {
      width: 100%;
   }
}



/* ========== */
/* = CASE = */
/* ========== */
.case-banner {
   width: 100%;
   height: 395px;
   background-image: url(../images/case_banner.jpg);
   text-align: center;
   color: #FFFFFF;
   padding-top: 115px;
}

.case-banner .tit {
   font-size: 42px;
   letter-spacing: 3px;
}

.case-banner .des {
   margin-top: 10px;
   font-size: 20px;
   letter-spacing: 3px;
}

.case-banner .link {
   margin-top: 35px;
}

.case-banner .link a {
   margin: 0 15px;
   display: inline-block;
   width: 198px;
   height: 46px;
   line-height: 44px;
   border-radius: 3px;
   color: #FFFFFF;
}

.case-banner .more {
   background: #7cb92f;
   border: 1px solid #7cb92f;
}

.case-banner .video-button {
   border: 1px solid #FFFFFF;
}

.case-banner .video-button span {
   position: relative;
   padding-left: 20px;
}

.case-banner .video-button span:before {
   content: "";
   position: absolute;
   top: 50%;
   margin-top: -6px;
   left: 0;
   display: block;
   width: 0px;
   height: 0px;
   border-style: dashed dashed dashed solid;
   border-color: transparent transparent transparent #FFFFFF;
   border-width: 6px 10px 6px 10px;
}

.index-case-banner .applybutton {
   padding-top: 130px;
   max-width: 30%;
   display: inline-block;
}


.case-classify {
   position: relative;
}

.case-drop-down {
   width: 100%;
   padding-top: 75px;
   background: #FFFFFF;
}

.case-drop-down .row {
   float: left;
   width: 55%;
}

.case-drop-down .row:nth-child(2) {
   width: 45%;
}

.case-drop-down .tit {
   margin-bottom: 30px;
   display: block;
   font-size: 18px;
   color: #333333;
   font-weight: bold;
}

.case-drop-down li {
   float: left;
   width: 33.333333%;
   line-height: 40px;
}

.case-drop-down .row:nth-child(2) li {
   width: 50%;
}

.case-drop-down li a i {
   display: inline-block;
   vertical-align: middle;
   width: 13px;
   height: 13px;
   background: url(../images/filter_xuan.png);
}

.case-drop-down li a span {
   margin-left: 10px;
   display: inline-block;
   vertical-align: middle;
}

.case-drop-down li a.active i {
   background: url(../images/filter_xuanh.svg);
}

.case-drop-down .close {
   margin: 55px auto 0;
   display: block;
   width: 36px;
   height: 36px;
   background: url(../images/case_drop_close.png);
   cursor: pointer;
}

.case-drop-down .clearall {
   margin-top: 40px;
   display: block;
   text-align: center;
}

.case-drop-down .clearall a {
   display: inline-block;
}

.case-drop-down .clearall a i {
   display: inline-block;
   vertical-align: middle;
   width: 13px;
   height: 13px;
   background: url(../images/filter_xuan.png);
}

.case-drop-down .clearall a span {
   margin-left: 10px;
   display: inline-block;
   vertical-align: middle;
}


.none-text {
   margin-top: 40px;
   text-align: center;
}

.none-text a:hover {
   color: #333;
}

.case {
   padding-bottom: 85px;
}

.case ul {
   margin: 65px -10px 65px;
}

.case li {
   float: left;
   width: 25%;
   padding: 10px;
}

.case li:nth-child(4n+1) {
   clear: both;
}

.case .item {
   display: block;
   background: #FFFFFF;
   border: 1px solid #e5e5e5;
   padding-bottom: 30px;
   text-align: center;
}

.case .item .img {
   overflow: hidden;
}

.case .item .img img {
   display: block;
   margin: auto;
   max-width: 100%;
   transition: all ease .4s;
   -o-transition: all ease .4s;
   -ms-transition: all ease .4s;
   -moz-transition: all ease .4s;
   -webkit-transition: all ease .4s;
}

.case li:hover .img img {
   transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
}

.case .item .png {
   margin-top: 20px;
}

.case .item .tit {
   margin-top: 30px;
   padding: 0 10px;
   font-size: 18px;
   color: #333333;
   font-weight: bold;
}

.case .item .des {
   margin-top: 15px;
   padding: 0 15px;
   color: #999999;
   line-height: 24px;
   height: 48px;
   overflow: hidden;
}

.case .item span {
   margin-top: 30px;
   border-radius: 5px;
   display: inline-block;
   width: 160px;
   height: 40px;
   line-height: 40px;
   background: #f2f2f2;
   text-align: center;
   color: #0764E9;
}

.case .item:hover {
   -o-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.case .item:hover .tit {
   color: #0764E9;
}

.case .item:hover span {
   background: #0764E9;
   color: #FFFFFF;
}


.choose-box {
   padding: 60px 0 85px;
   background: #f2f2f2;
}

.choose-box ul {
   margin: 55px -7px 0;
}

.choose-box li {
   float: left;
   width: 16.6666667%;
   padding: 7px;
}

.choose-box li div {
   position: relative;
   -o-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
   -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
   -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
   box-shadow: 0 0 25px rgba(0, 0, 0, .05);
   overflow: hidden;
   border-radius: 5px;
}

.choose-box li div:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 0%;
   height: 5px;
   background: #0764E9;
   -webkit-transition: all ease .4s;
   -moz-transition: all ease .4s;
   -ms-transition: all ease .4s;
   -o-transition: all ease .4s;
   transition: all ease .4s;
}

.choose-box li div:hover:before {
   width: 100%;
}



/* ========== */
/* = CASE-DETAIL = */
/* ========== */
.ny-case-banner {
   width: 100%;
   height: 395px;
   padding-top: 85px;
   color: #FFFFFF;
}

.ny-case-banner .tit {
   font-size: 36px;
   letter-spacing: 3px;
}

.ny-case-banner .des {
   margin-top: 15px;
   max-width: 640px;
   font-size: 18px;
   line-height: 30px;
   letter-spacing: 1px;
}

.ny-case-banner .video-button {
   margin-top: 35px;
   display: inline-block;
   width: 198px;
   height: 46px;
   line-height: 44px;
   border-radius: 3px;
   color: #FFFFFF;
   /* border: 1px solid #FFFFFF; */
   text-align: center;
}

.ny-case-banner .video-button span {
   position: relative;
   padding-left: 20px;
}

.ny-case-banner .video-button span:before {
   content: "";
   position: absolute;
   top: 50%;
   margin-top: -10px;
   left: 0;
   display: block;
   width: 0px;
   height: 0px;
   border-style: dashed dashed dashed solid;
   border-color: transparent transparent transparent #FFFFFF;
   border-width: 10px 10px 10px 13px;
}


.case-detail {
   padding: 62px 0;
}

.case-box {
   float: left;
   width: 265px;
   background: #f7f7f7;
}

.case-box.fx {
   position: fixed;
   top: 100px;
   z-index: 9999;
}

.case-box .tit {
   padding: 25px 20px 12px;
   border-bottom: 1px solid #eaeaea;
}

.case-box .tit img {
   margin: 0;
}

.case-box .tit p {
   margin-top: 10px;
   font-weight: bold;
   color: #222222;
}

.case-box .des {
   position: relative;
   padding: 15px 20px;
   padding-left: 65px;
   line-height: 22px;
   color: #222222;
   border-bottom: 1px solid #eaeaea;
}

.case-box .des span {
   position: absolute;
   top: 15px;
   left: 20px;
   line-height: 22px;
   color: #999999;
}

.case-box .des a {
   color: #7cb92f;
   text-decoration: underline !important;
}

.case-box .des-pro {
   padding-left: 100px;
}

.case-box .bottom {
   padding: 10px 20px 20px;
}

.case-box .bottom .link {
   display: block;
   width: 100%;
   height: 46px;
   line-height: 46px;
   background: #7cb92f;
   color: #FFFFFF;
   border-radius: 3px;
   text-align: center;
}

.case-box .bottom .xg-tit {
   margin-top: 25px;
   background: url(../images/ico_pdf.png) no-repeat left;
   padding-left: 25px;
   color: #222222;
   font-weight: bold;
}

.case-box .bottom .xg-link {
   margin-top: 15px;
   display: block;
}

.case-box .bottom .xg-link span {
   float: left;
   text-decoration: underline !important;
}

.case-box .bottom .xg-link em {
   float: right;
   font-style: normal;
   font-size: 12px;
   color: #7cb92f;
}

.case-detail .right {
   margin-left: 305px;
}

.xg-case-left {
   padding: 25px 0;
}

.xg-case-left .tit {
   font-weight: bold;
   color: #222222;
}

.xg-case-left ul {
   margin-top: 15px;
}

.xg-case-left ul li a {
   display: block;
   line-height: 34px;
   padding: 0 20px;
}

.xg-case-left ul li a:hover {
   color: #7cb92f;
}


.xg-case {
   padding: 58px 0;
   position: relative;
}

.xg-case:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 67%;
   width: 100%;
   background: #ebebeb;
}

.xg-case ul {
   margin-top: 50px;
   margin-bottom: 0;
}

.xg-case .w1280 {
   position: relative;
   z-index: 1;
}




/***article***/
.article-title {
   font-size: 30px;
   line-height: 40px;
   color: #333333;
   text-align: center;
}

.article-title2 {
   font-size: 26px;
   color: #262b27;
   font-weight: bold;
   text-align: center;
}

.article-come {
   margin-top: 35px;
   line-height: 26px;
   text-align: center;
   color: #999999;
}

.article-come span {
   padding-left: 40px;
   display: inline-block;
   vertical-align: middle;
   position: relative;
}

.article-come i {
   margin: 0 50px;
   display: inline-block;
   vertical-align: middle;
   color: #e2e2e2;
   font-size: 12px;
   font-style: normal;
}

.article-come .bdsharebuttonbox {
   display: inline-block;
   vertical-align: middle;
}

.article-come .span-article {
   background: url(../images/ico_article.png) no-repeat left;
}

.article-come .span-date {
   background: url(../images/ico_time.png) no-repeat left;
}

.article-come .span-share {
   background: url(../images/ico_share.png) no-repeat left;
}

.article-come span.span-yd {
   padding-left: 0 !important;
}

.article-content {
   margin-top: 15px;
   padding: 35px 0;
   border-top: 1px dashed #e2e2e2;
   line-height: 26px;
}

.article-content .box {
   padding: 30px 25px;
   border: 1px dashed #7cb92f;
   border-radius: 5px;
   font-size: 16px;
   line-height: 30px;
}

.article-content .box .tip {
   text-align: right;
   font-size: 14px;
}

.article-content .dimg {
   margin: 50px 0;
}

.article-content .f16 {
   margin-bottom: 15px;
   font-weight: bold;
   font-size: 18px;
   color: #333333;
   font-weight: bold;
}

.article-content hr {
   width: 100%;
   height: 1px;
   background: #7cb92f;
   border: none;
   margin: 10px 0;
}

.privacy-content {
   margin-top: 30px;
}

.privacy-content b {
   color: #333;
}

.privacy-content .tit {
   margin-bottom: 5px;
   font-weight: bold;
   color: #333;
}

.privacy-content .text-line {
   text-decoration: underline !important;
   color: #333;
}

.article-return {
   text-align: right;
}

.article-return a {
   display: inline-block;
}

.news-detail-key {
   position: relative;
   padding-left: 100px;
   line-height: 30px;
}

.news-detail-key span {
   position: absolute;
   top: 0;
   left: 0;
   font-size: 18px;
   color: #222222;
   font-weight: bold;
}

.news-detail-key a {
   margin-bottom: 6px;
   margin-right: 6px;
   border: 1px solid #EEEEEE;
   color: #999999;
   line-height: 30px;
   padding: 0 10px;
   display: inline-block;
   border-radius: 4px;
}

.flip {
   clear: both;
   margin-top: 20px;
   padding-top: 20px;
   border-top: 1px dashed #e5e5e5;
}

.flip a {
   max-width: 48%;
   display: inline-block;
   position: relative;
   line-height: 39px;
   color: #333333;
}

.flip a:before {
   content: "";
   position: absolute;
   width: 39px;
   height: 39px;
   top: 0;
   background-size: cover;
}

.flip .prev {
   float: left;
   padding-left: 52px;
}

.flip .prev:before {
   left: 0;
   background-image: url(../images/flip_prev.png);
}

.flip .next {
   float: right;
   padding-right: 52px;
}

.flip .next:before {
   right: 0;
   background-image: url(../images/flip_next.png);
}

.flip a:hover {
   color: #7cb92f;
}

.flip .prev:hover:before {
   background-image: url(../images/flip_prevh.png);
}

.flip .next:hover:before {
   background-image: url(../images/flip_nexth.png);
}

.news-detail-xgbottom {
   background: #f2f2f2;
   padding: 55px 0 60px;
}

.news-detail-xgbottom .theme {
   padding-bottom: 15px;
   font-size: 18px;
   color: #000000;
   border-bottom: 1px solid #e2e2e2;
}

.news-detail-xgbottom li {
   margin-top: 35px;
   float: left;
   width: 48%;
   margin-right: 4%;
}

.news-detail-xgbottom li:nth-child(2n) {
   margin-right: 0;
}

.news-detail-xgbottom li .tit {
   position: relative;
   padding-right: 100px;
   color: #000000;
}

.news-detail-xgbottom li .tit span {
   position: absolute;
   top: 0;
   right: 0;
   color: #999;
}

.news-detail-xgbottom li .des {
   margin-top: 13px;
   line-height: 24px;
   height: 48px;
   overflow: hidden;
   color: #999;
}

@media (max-width:999px) {

   /* ========== */
   /* = CASE = */
   /* ========== */
   .case-banner {
      height: 5rem;
      padding-top: 1.1rem;
   }

   .case-banner .tit {
      font-size: 0.4rem;
      font-weight: bold;
      letter-spacing: 0.02rem;
   }

   .case-banner .des {
      font-size: 0.32rem;
      line-height: 0.44rem;
   }

   .case-banner .link {
      margin-top: 0.6rem;
   }

   .case-banner .link a {
      margin: 0 0.13333333rem;
      width: 3rem;
      height: 0.8rem;
      line-height: 0.8rem;
      font-size: 0.32rem;
   }

   .index-case-banner .applybutton {
      padding-top: 2.2rem;
   }

   .case-classify {
      margin-top: 0.8rem;
   }

   .case-drop-tit span {
      font-size: 0.53333333rem;
   }

   .case-drop-down {
      padding: 10px 0 50px;
   }

   .case-drop-down .row,
   .case-drop-down .row:nth-child(2) {
      margin-top: 30px;
      width: 100%;
   }

   .case-drop-down li,
   .case-drop-down .row:nth-child(2) li {
      width: 100%;
   }


   .case {
      padding-bottom: 1rem;
   }

   .case ul {
      margin: 0.66666666rem -5px 0.8rem;
   }

   .case li {
      width: 50%;
      padding: 5px;
   }

   .case li:nth-child(2n+1) {
      clear: both;
   }

   .case .item .tit {
      margin-top: 15px;
      font-size: 14px;
   }

   .case .item .des {
      margin-top: 10px;
      font-size: 12px;
      line-height: 22px;
      height: 44px;
   }

   .case .item span {
      margin-top: 15px;
      width: 3rem;
      height: 0.8rem;
      line-height: 0.8rem;
   }

   .choose-box ul {
      margin: 0.66666666rem -5px 0;
   }

   .choose-box li {
      float: left;
      width: 33.33333%;
      padding: 5px;
   }



   /* ========== */
   /* = CASE-DETAIL = */
   /* ========== */
   .ny-case-banner {
      height: 5rem;
      padding-top: 1rem;
   }

   .ny-case-banner .tit {
      font-size: 0.4rem;
      font-weight: bold;
      letter-spacing: 0.02rem;
   }

   .ny-case-banner .des {
      font-size: 0.32rem;
      line-height: 0.44rem;
   }

   .ny-case-banner .video-button {
      margin-top: 0.6rem;
      width: 3rem;
      height: 0.8rem;
      line-height: 0.8rem;
      font-size: 0.32rem;
   }


   .case-box {
      float: none;
      width: 100%;
   }

   .case-box.fx {
      position: relative;
      z-index: 0;
      top: auto;
   }

   .case-detail .right {
      margin-left: 0;
      float: none;
      width: 100%;
      margin-top: 50px;
   }

   .xg-case {
      padding: 1rem 0;
   }

   .xg-case ul {
      margin: 30px 0 0;
   }


   /***article***/
   .article-title {
      font-size: 0.5rem;
      line-height: 0.7rem;
      font-weight: bold;
   }

   .article-come span {
      padding-left: 35px;
   }

   .article-come i {
      margin: 0 10px;
   }

   .news-detail-key {
      padding-left: 80px;
   }

   .news-detail-key span {
      font-size: 16px;
   }

   .flip a {
      line-height: 24px;
   }

   .flip a:before {
      width: 24px;
      height: 24px;
   }

   .flip .prev {
      padding-left: 30px;
   }

   .flip .next {
      padding-right: 30px;
   }

   .news-detail-xgbottom {
      padding: 50px 0;
   }

   .news-detail-xgbottom li {
      margin-top: 25px;
      float: left;
      width: 100%;
      margin-right: 0;
   }

   .news-detail-xgbottom li .des {
      margin-top: 10px;
   }

}






/* ========== */
/* = NEWS = */
/* ========== */
.news {
   padding: 45px 0 55px;
}

.news .left {
   float: left;
   width: 73%;
}

.news .right {
   float: right;
   width: 24%;
   max-width: 300px;
}

.news .news-sub {
   margin-bottom: 45px;
}

.news-sub a {
   float: left;
   margin-right: 20px;
   display: inline-block;
   width: 160px;
   height: 42px;
   line-height: 42px;
   background: #eeeeee;
   color: #333333;
   text-align: center;
   border-radius: 5px;
}

.news-sub a.active {
   background: #7cb92f;
   color: #FFFFFF;
}

.news-list {
   margin-bottom: 45px;
}

.news-list li {
   margin-bottom: 25px;
}

.news-list li a {
   display: block;
   padding: 20px;
   padding-right: 110px;
   border: 1px solid #eeeeee;
   border-radius: 5px;
   position: relative;
}

.news-list li .img {
   float: left;
}

.news-list li .img img {
   width: 280px;
   margin: 0;
   border-radius: 8px;
   overflow: hidden;
}

.news-list li .text {
   margin-left: 295px;
   padding-top: 22px;
   max-width: 430px;
}

.news-list li .text span {
   display: block;
   font-size: 18px;
   line-height: 30px;
   color: #333333;
   font-weight: bold;
   position: relative;
   padding-left: 15px;
}

.news-list li .text span:before {
   content: "";
   position: absolute;
   left: 0;
   margin-top: -10px;
   top: 50%;
   left: 0;
   width: 4px;
   height: 20px;
   background: #0764E9;
   border-radius: 2px;
}

.news-list li .text p {
   margin-top: 18px;
   line-height: 30px;
   height: 60px;
   color: #999999;
   overflow: hidden;
}

.news-list li .date {
   position: absolute;
   right: 0;
   top: 50%;
   width: 170px;
   height: 96px;
   margin-top: -48px;
   text-align: center;
   color: #bbbbbb;
   border-left: 1px solid #eeeeee;
   padding-top: 20px;
}

.news-list li .date span {
   display: block;
   font-size: 24px;
}

.news-list li .date p {
   font-size: 12px;
}

.news-list li a:hover {
   border: 1px solid #FFFFFF;
   -o-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
   -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
   -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
   box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.news-list li a:hover .text span {
   color: #0764E9;
}

.news-list li a:hover .date {
   color: #0764E9;
}

.apply-box {
   display: block;
   margin-bottom: 20px;
}

.apply-box img {
   width: 100%;
}

.search-box {
   margin-top: 25px;
   border: 1px solid #eeeeee;
   height: 38px;
   border-radius: 5px;
   background: #eeeeee;
   padding-right: 50px;
   position: relative;
}

.search-box .in {
   width: 100%;
   padding: 0 15px;
   height: 38px;
   line-height: 38px;
   border: none;
   background: none;
}

.search-box .button {
   position: absolute;
   top: 0;
   right: 0;
   width: 50px;
   height: 38px;
   background: url(../images/search_button.png);
}

.tag-box {
   margin: 20px 0;
   border: 1px solid #eeeeee;
   border-radius: 5px;
}

.tag-box .tit {
   padding: 0 15px;
   height: 46px;
   line-height: 46px;
   background: #eeeeee;
   font-size: 18px;
   color: #333333;
   position: relative;
}

.tag-box .tit span {
   margin-left: 10px;
   font-style: italic;
   font-size: 12px;
   color: #999999;
   text-transform: uppercase;
}

.tag-box .tit a {
   position: absolute;
   top: 0;
   right: 10px;
   font-size: 14px;
}

.tag-box .tit a:hover {
   color: #0764E9;
}

.tag-box .con {
   padding: 25px 5px;
   text-align: center;
}

.tag-box .con a {
   margin: 6px;
   display: inline-block;
   border: 1px solid #EEEEEE;
   border-radius: 5px;
   line-height: 30px;
   font-size: 12px;
   padding: 0 10px;
}

.tag-box .con a:hover {
   background: #0764E9;
   color: #FFFFFF;
}

.tag-box ul {
   padding: 15px 15px 40px;
}

.tag-box li {
   border-bottom: 1px dashed #EEEEEE;
   padding: 15px 0;
}

.tag-box li p {
   padding: 0 25px;
   line-height: 24px;
   height: 48px;
   overflow: hidden;
   color: #333333;
   position: relative;
}

.tag-box li p:before {
   content: "+";
   position: absolute;
   top: 0;
   left: 0;
   line-height: 24px;
   color: #bbbbbb;
}

.tag-box li span {
   margin-top: 7px;
   padding-left: 25px;
   display: block;
   font-size: 12px;
   color: #999999;
}

.tag-box li a:hover p {
   color: #0764E9;
}

.tag-box .hotlist {
   padding: 15px 15px 5px;
}

.tag-box .hotlist p {
   margin-bottom: 10px;
}

.tag-box .hotlist p a {
   display: block;
   line-height: 24px;
   color: #999999;
}

.tag-box .hotlist p span {
   display: inline-block;
   height: 24px;
   width: 24px;
   text-align: center;
}

.tag-box .hotlist p i {
   margin-left: 10px;
   font-style: normal;
}

.tag-box .hotlist p:nth-child(1) span {
   background: #ff2540;
   color: #FFFFFF;
}

.tag-box .hotlist p:nth-child(2) span {
   background: #ff8650;
   color: #FFFFFF;
}

.tag-box .hotlist p:nth-child(3) span {
   background: #ffc750;
   color: #FFFFFF;
}

.keyword-content {
   margin: 55px 0 20px;
   padding: 24px;
   background: #eeeeee;
}

.keyword-content .tit {
   padding-bottom: 15px;
   font-size: 24px;
   color: #000000;
   font-weight: bold;
   border-bottom: 1px solid #e2e2e2;
}

.keyword-content .con {
   margin-top: 20px;
   line-height: 24px;
}

.news-detail {
   padding: 70px 0 110px;
}

.news-detail .news-tip-bottom {
   margin-top: 40px;
}

.news-detail .news-tip-bottom span {
   font-size: 16px;
   color: #333333;
}

.news-detail .news-tip-bottom a {
   margin-bottom: 18px;
   margin-right: 15px;
   padding: 0 12px;
   display: inline-block;
   border: 1px solid #dddddd;
   line-height: 30px;
   border-radius: 3px;
}

.news-detail .news-tip-bottom a:hover {
   border: 1px solid #52bebd;
   color: #52bebd;
}

/* 2024改版热门文章，推荐文章 */
.new-hot-wrap {
   padding: 16px 10px;
}

.new-hot-wrap img {
   height: 140px;
   width: 100%;
}

.new-hot-wrap ul {
   padding: 0;
   margin-top: 4px;
}

.new-hot-wrap ul li {
   border-bottom: none;
   padding: 0;
   display: flex;
   align-items: center;
   margin-top: 12px;
}

.new-hot-wrap ul li a {

   color: #666666;
   font-size: 14px;
   line-height: 20px;
   cursor: pointer;
   display: block;
   position: relative;
}

.new-hot-wrap ul li:hover a {
   color: #0764E9;
}

.new-hot-wrap ul li span {
   display: block;
   background-color: #666666;
   width: 3px;
   height: 3px;
   border-radius: 50% 50%;
   flex-shrink: 0;
   padding: 0;
   margin: 0 5px 0 0;
}

.new-recommend-wrap {
   padding: 16px 10px;
}

.new-recommend-wrap .img-wrap img {
   height: 140px;
   width: 100%;
}

.new-recommend-wrap .img-wrap p {
   background-color: #EEEEEE;
   text-align: center;
   color: #666666;
   font-size: 14px;
   line-height: 20px;
   font-weight: 500;
   padding: 5px 10px;
}

.new-recommend-wrap ul {
   padding: 0;
   margin-top: 4px;
}

.new-recommend-wrap ul li {
   border-bottom: none;
   padding: 0;
   margin-top: 12px;

}

.new-recommend-wrap ul li a {
   display: flex;
   align-items: center;
}

.new-recommend-wrap ul li a p {
   padding: 0;
   color: #666666;
   font-size: 14px;
   font-weight: 400;
   line-height: 20px;
   height: 20px;
}

.new-recommend-wrap ul li a p:before {
   content: "";
}

.new-recommend-wrap ul li a span {
   display: block;
   margin: 0 8px 0 0;
   padding: 0;
   color: #495973;
   font-size: 14px;
   width: 27px;
   height: 20px;
   line-height: 20px;
   text-align: center;
   flex-shrink: 0;
}

.new-recommend-wrap ul li a .span-01 {
   background-color: #E80202;
   color: #ffff;
}

.new-recommend-wrap ul li a .span-02 {
   background-color: #E88C02;
   color: #ffff;
}

.new-recommend-wrap ul li a .span-03 {
   background-color: #E8D102;
   color: #ffff;
}



@media (max-width:1240px) {
   .news-list li a {
      padding-right: 20px;
   }

   .news-list li .date {
      display: none;
   }
}

@media (max-width:999px) {
   .news .left {
      width: 100%;
   }

   .news .right {
      margin-top: 40px;
      width: 100%;
      max-width: 100%;
   }

   .news-sub a {
      width: 23.5%;
      margin-bottom: 5px;
      margin-right: 2%;
      font-size: 12px;
   }

   .news-sub a:nth-child(4n) {
      margin-right: 0;
   }

   .news-list li .img {
      width: 120px;
   }

   .news-list li .text {
      margin-left: 135px;
      padding-top: 0;
   }

   .news-list li .text span {
      font-size: 13px;
      line-height: 22px;
   }

   .news-list li .text p {
      margin-top: 10px;
      font-size: 10px;
      line-height: 18px;
      height: 36px;
   }

   .keyword-content {
      margin: 50px 0 0;
      padding: 20px;
   }

   .keyword-content .tit {
      font-size: 18px;
   }

   .news-detail {
      padding: 50px 0;
   }
}





/* ========== */
/* = ACTIVITY = */
/* ========== */
.filter-choice {
   position: relative;
   background: #7cb92f;
   color: #ffffff;
   padding: 15px 125px 0px 120px;
   min-height: 56px;
}

.filter-choice .tit {
   position: absolute;
   top: 15px;
   left: 40px;
   display: block;
   line-height: 26px;
   height: 26px;
}

.filter-choice .close {
   position: absolute;
   bottom: 15px;
   right: 25px;
   display: block;
   line-height: 26px;
   height: 26px;
   font-size: 12px;
}

.filter-choice div span {
   margin-right: 12px;
   margin-bottom: 15px;
   display: inline-block;
   padding: 0 28px 0 18px;
   background: #628f29;
   color: #FFFFFF;
   height: 26px;
   line-height: 26px;
   height: 26px;
   font-size: 12px;
   border-radius: 5px;
   position: relative;
}

.filter-choice div span i {
   cursor: pointer;
   position: absolute;
   right: 0;
   width: 30px;
   height: 26px;
   background: url(../images/filter_close.png);
}

.filter-con {
   position: relative;
}

.filter-con .item {
   padding: 18px 30px 18px 120px;
   line-height: 26px;
   border-bottom: 1px solid #ececea;
   position: relative;
}

.filter-con .item:last-child {
   border-bottom: none;
}

.filter-con .item span {
   position: absolute;
   top: 18px;
   left: 40px;
   line-height: 34px;
   height: 34px;
   color: #18171d;
}

.filter-con .item div a {
   display: inline-block;
   position: relative;
   margin-right: 20px;
   min-width: 100px;
   line-height: 34px;
   height: 34px;
   padding-left: 20px;
   color: #777777;
}

.filter-con .item div a i {
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -6px;
   width: 13px;
   height: 13px;
   background: url(../images/filter_xuan.png);
}

.filter-con .item div a.xuan i {
   background: url(../images/filter_xuanh.svg);
}

.filter-mobile {
   position: relative;
   z-index: 9;
}

.filter-mobile .tab {
   border: 1px solid #eeeeee;
   border-bottom: none;
   border-right: none;
}

.filter-mobile .tab .item {
   float: left;
   width: 33.333%;
   border-right: 1px solid #eeeeee;
   border-bottom: 1px solid #eeeeee;
   height: 40px;
   line-height: 40px;
   font-size: 14px;
   padding: 0 10px;
   position: relative;
   background: #FFFFFF;
   -o-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
   -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
   box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.filter-mobile .tab2 .item {
   width: 50%;
   padding-left: 25px;
}

.filter-mobile .tab .item:after {
   position: absolute;
   top: 18px;
   right: 10px;
   content: "";
   width: 0px;
   height: 0px;
   border-style: solid dashed dashed dashed;
   border-color: #666666 transparent transparent transparent;
   border-width: 5px;
}

.filter-mobile .tab .item.active {
   color: #7cb92f;
   font-weight: bold;
}

.filter-mobile .tab .item.active:after {
   border-color: #7cb92f transparent transparent transparent;
}

.filter-mobile .tab .item select {
   width: 100%;
   border: none;
   background: none;
   padding: 0.266666rem;
   background-color: #FFFFFF;
}

.filter-mobile .tabcon {
   position: absolute;
   top: 120px;
   left: 0;
   width: 100%;
   text-align: center;
}

.filter-mobile .con {
   display: none;
   padding: 12px;
   background: rgba(0, 0, 0, .6);
}

.filter-mobile .con a {
   float: left;
   display: inline-block;
   width: 31.3333%;
   line-height: 38px;
   height: 38px;
   margin: 1%;
   font-size: 12px;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
   border-radius: 5px;
}


.activity {
   padding: 30px 0 70px;
}

.activity-list {
   margin: 50px 0 65px;
}

.activity-list li {
   margin-top: 30px;
}

.activity-list .item {
   display: block;
   padding: 20px;
   border: 1px solid #eeeeee;
   border-radius: 5px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.activity-list .item .img {
   width: 34%;
}

.activity-list .item .img img {
   width: 100%;
}

.activity-list .item .text {
   width: 66%;
   padding-left: 30px;
}

.activity-list .item .tit {
   font-size: 20px;
   line-height: 34px;
   font-weight: bold;
   color: #333333;
}

.activity-list .item .des {
   margin-top: 15px;
   color: #999999;
   line-height: 26px;
   height: 52px;
   overflow: hidden;
}

.activity-list .item .tip {
   margin-top: 12px;
   border-top: 1px dashed #e4e4e4;
   padding-top: 15px;
   line-height: 32px;
   color: #333333;
}

.activity-list .item .tip span {
   display: inline-block;
   margin-right: 30px;
   padding-left: 30px;
}

.activity-list .item .tip span:nth-child(1) {
   background: url(../images/ico_act_teacher.png) left no-repeat;
}

.activity-list .item .tip span:nth-child(2) {
   background: url(../images/ico_act_time.png) left no-repeat;
}

.activity-list .item .tip span:nth-child(3) {
   background: url(../images/ico_act_fl.png) left no-repeat;
}

.activity-list .item .tip span:nth-child(4) {
   min-width: 40%;
   background: url(../images/ico_act_people.png) left no-repeat;
}

.activity-list .item:hover {
   border: 1px solid #FFFFFF;
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.activity-list .item:hover .tit {
   color: #7cb92f;
}

@media (max-width:999px) {

   /* ========== */
   /* = ACTIVITY = */
   /* ========== */
   .activity-list .item .img {
      width: 100%;
   }

   .activity-list .item .text {
      margin-top: 20px;
      width: 100%;
      padding-left: 0;
   }

   .activity-list .item .tit {
      font-size: 16px;
      line-height: 24px;
   }

   .activity-list .item .tip span {
      display: block;
      margin-right: 0;
   }
}





/* ========== */
/* = ENCYCLOPEDIAS = */
/* ========== */
.encyclopedias {
   padding: 50px 0 110px;
}

.encyclopedias .left {
   float: left;
   width: 77.5%;
}

.encyclopedias .right {
   float: right;
   width: 19%;
}

.encyclopedias .content .box {
   float: left;
   width: 48%;
   margin-right: 4%;
}

.encyclopedias .content .box:nth-child(2n) {
   margin-right: 0;
}

.encyclopedias .box {
   margin-bottom: 40px;
   padding: 40px 35px;
   background: #FFFFFF;
   -o-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   border-radius: 3px;
}

.encyclopedias .box .tit {
   font-size: 20px;
   color: #333333;
   font-weight: bold;
}

.encyclopedias .box .tit span {
   margin-left: 5px;
   font-size: 12px;
   color: #999999;
   font-weight: normal;
}

.encyclopedias .box ul {
   margin-top: 30px;
}

.encyclopedias .box li {
   margin-bottom: 10px;
   line-height: 34px;
   float: left;
   width: 33.3333333%;
}

.encyclopedias .box li a {
   display: block;
   position: relative;
   padding-left: 18px;
   color: #333333;
}

.encyclopedias .box li a:before {
   content: "";
   position: absolute;
   top: 12px;
   left: 0;
   width: 12px;
   height: 12px;
   border-radius: 6px;
   border: 2px solid #7cb92f;
}

.encyclopedias .box li a:hover {
   color: #7cb92f;
}

.encyclopedias .box2 li {
   width: 20%;
}

.encyclopedias .hot-entry {
   background: #FFFFFF;
   padding: 0 30px 35px;
   -o-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   box-shadow: 0 0 15px rgba(0, 0, 0, .15);
   border-radius: 3px;
}

.encyclopedias .hot-entry .tit {
   padding: 18px 0 15px;
   font-size: 16px;
   color: #333333;
   font-weight: bold;
   border-bottom: 1px solid #434343;
}

.encyclopedias .hot-entry ul {
   margin-top: 22px;
}

.encyclopedias .hot-entry li a {
   display: block;
   position: relative;
   line-height: 36px;
   padding-left: 32px;
}

.encyclopedias .hot-entry li a:before {
   content: "";
   position: absolute;
   top: 13px;
   left: 10px;
   width: 12px;
   height: 12px;
   border-radius: 6px;
   border: 2px solid #6a6a6a;
   color: #333333;
}

.encyclopedias .hot-entry li a:hover {
   color: #7cb92f;
}


@media (max-width:1480px) {

   /* ========== */
   /* = ENCYCLOPEDIAS = */
   /* ========== */
   .encyclopedias .box li {
      width: 50%;
   }

   .encyclopedias .box2 li {
      width: 33.333333333%;
   }
}

@media (max-width:999px) {

   /* ========== */
   /* = ENCYCLOPEDIAS = */
   /* ========== */
   .encyclopedias {
      padding: 1.2rem 0;
   }

   .encyclopedias .left {
      width: 100%;
   }

   .encyclopedias .right {
      width: 100%;
   }

   .encyclopedias .box .tit span {
      margin-left: 0;
      margin-top: 5px;
      display: block;
   }

   .encyclopedias .content .box {
      width: 100%;
   }

   .encyclopedias .box2 li {
      width: 100%;
   }

}



/* ========== */
/* = APPLY = */
/* ========== */
.apply {
   padding: 85px 0 95px;
   background-image: url(../images/apply_bg.jpg);
   background-size: cover;
}

.apply .content {
   margin-top: 35px;
   padding: 50px 60px 15px;
   background: #FFFFFF;
   border-top: 1px solid #dcdcdc;
   border-bottom: 1px solid #dcdcdc;
}

.apply .tip {
   color: #333333;
}

.apply .tip span {
   color: #cc0000;
}

.apply-item {
   margin-top: 25px;
}

.apply-item .left {
   float: left;
   width: 25%;
   border: 1px solid #e5e5e5;
}

.apply-item .left .item {
   height: 361px;
}

.apply-item ul {
   float: right;
   width: 75%;
   border-top: 1px solid #e5e5e5;
}

.apply-item li {
   float: left;
   width: 33.3333333333%;
   border: 1px solid #e5e5e5;
   border-top: none;
   border-left: none;
}

.apply-item .item {
   display: block;
   width: 100%;
   height: 180px;
   text-align: center;
   position: relative;
}

.apply-item .item:after {
   display: none;
   content: "";
   position: absolute;
   bottom: 0;
   right: 0;
   width: 37px;
   height: 37px;
   background: url(../images/ico_right.png);
}

.apply-item .item .con {
   width: 100%;
   max-width: 240px;
   padding: 0 10px;
   display: inline-block;
   vertical-align: middle;
}

.apply-item .item .con+i {
   height: 100%;
   display: inline-block;
   vertical-align: middle;
}

.apply-item .item .img {
   position: relative;
}

.apply-item .item .img .default {
   display: block;
}

.apply-item .item .img .hover {
   display: none;
}

.apply-item .item .tit {
   margin-top: 5px;
   font-size: 16px;
   color: #333333;
   letter-spacing: 2px;
}

.apply-item .item .des {
   margin-top: 8px;
   color: #999999;
   font-size: 13px;
   line-height: 20px;
}

.apply-item .item.active {
   background: #7cb92f;
}

.apply-item .item.active .default {
   display: none;
}

.apply-item .item.active .hover {
   display: block;
}

.apply-item .item.active .tit {
   color: #FFFFFF;
}

.apply-item .item.active .des {
   color: #FFFFFF;
}

.apply-item .item.active:after {
   display: block;
}

.apply .row .col {
   margin-top: 35px;
   float: left;
   width: 31%;
   margin-right: 3.5%;
}

.apply .row .col:nth-child(3n) {
   margin-right: 0;
}

.apply .row .col input {
   margin-top: 20px;
   width: 100%;
   height: 46px;
   padding: 10px;
   line-height: 24px;
   width: 100%;
   border: 1px solid #e5e5e5;
   border-radius: 3px;
}

.apply .row .col select {
   margin-top: 20px;
   width: 100%;
   height: 46px;
   border: 1px solid #e5e5e5;
   border-radius: 3px;
   padding: 0 10px;
   background-color: #FFFFFF;
}

.apply .text {
   margin-top: 10px;
   font-size: 12px;
   color: #999999;
}

.apply .button {
   margin-top: 65px;
   text-align: right;
}

.apply .button input {
   border-bottom: 5px;
   width: 150px;
   height: 56px;
   background: #7cb92f;
   border: none;
   color: #FFFFFF;
   font-weight: bold;
   letter-spacing: 2px;
   border-radius: 3px;
}


@media (max-width:999px) {

   /* ========== */
   /* = APPLY = */
   /* ========== */
   .apply {
      padding: 40px 0;
   }

   .apply .content {
      padding: 30px 15px;
   }

   .apply-item .left {
      width: 100%;
   }

   .apply-item .left .item {
      height: 170px;
   }

   .apply-item ul {
      width: 100%;
      border-top: none;
      border-left: 1px solid #e5e5e5;
   }

   .apply-item li {
      width: 50%;
   }

   .apply-item .item {
      height: 170px;
   }

   .apply-item .item .img img {
      height: 25px;
   }

   .apply-item .item .tit {
      font-size: 0.34rem;
      letter-spacing: 0;
   }

   .apply-item .item .des {
      font-size: 0.24rem;
      line-height: 0.42rem;
   }

   .apply .row .col {
      width: 100%;
      margin-right: 0;
   }
}




/* ========== */
/* = ABOUT = */
/* ========== */
.about-box {
   padding: 75px 0 110px;
   position: relative;
}

.about-box:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 230px;
   background: url(../images/about_box_bg.jpg);
   z-index: 0;
}

.about-box .content {
   padding: 45px 40px 85px;
   background: #FFFFFF;
   position: relative;
   z-index: 1;
}

.about-box .content:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 6px;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
}

.about-box .content .left {
   float: left;
   width: 50%;
   text-align: justify;
}

.about-box .content .left h2 {
   padding-bottom: 25px;
   font-size: 36px;
   color: #333333;
   position: relative;
}

.about-box .content .left h2:after {
   position: absolute;
   bottom: 0;
   left: 0;
   content: "";
   width: 50px;
   height: 3px;
   background-image: linear-gradient(300deg, #3ea5b7, #85c835);
}

.about-box .content .left .des {
   margin-top: 20px;
   color: #777777;
   line-height: 26px;
   font-size: 13px;
}

.about-box .content .right {
   float: right;
   width: 45%;
}

.about-box .content .right video {
   width: 100%;
}

.about-box .num-box {
   margin: 85px -20px 0;
}

.about-box .num-box li {
   float: left;
   width: 20%;
   text-align: center;
   position: relative;
   color: #999999;
}

.about-box .num-box li:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 1px;
   height: 65px;
   background: #e9e9e9;
}

.about-box .num-box li:last-child:after {
   display: none;
}

.about-box .num-box li span {
   margin-top: 10px;
   display: inline-block;
   font-size: 48px;
   line-height: 50px;
   color: #333333;
   font-family: "MINIONPRO";
   position: relative;
}

.about-box .num-box li span em {
   font-style: normal;
   position: relative;
}

.about-box .num-box li sup {
   position: absolute;
   top: 0;
   right: -20px;
   line-height: 50px;
   font-size: 16px;
   color: #999999;
}


/**vision-box**/
.vision-box {
   padding: 50px 0 0;
   position: relative;
}

.vision-box .letter {
   position: absolute;
   top: -60px;
   left: 80%;
   line-height: 180px;
   font-size: 156px;
   color: #000000;
   font-weight: bold;
   opacity: .03;
   text-transform: uppercase;
}

.vision-box .content {
   margin-top: 50px;
   padding-left: 80px;
   position: relative;
   padding-top: 40px;
}

.vision-box .img {
   position: absolute;
   top: 0;
   left: 0;
   max-width: 40%;
}

.vision-box .img video {
   width: 100%;
}

.vision-box .text {
   min-height: 330px;
   padding: 80px 40px 20px 38%;
}

.vision-box .des {
   padding: 10px 40px;
   text-align: center;
   max-width: 550px;
   position: relative;
}

.vision-box .des:before,
.vision-box .des:after {
   content: "";
   position: absolute;
   width: 34px;
   height: 34px;
}

.vision-box .des:before {
   top: 0;
   left: 0;
   background-image: url(../images/ico_vision_01.png);
}

.vision-box .des:after {
   top: 20px;
   right: 0;
   background-image: url(../images/ico_vision_02.png);
}

.vision-box .des p {
   font-size: 22px;
   color: #333333;
}

.vision-box .des .en {
   margin-top: 5px;
   color: #999999;
}

.vision-box .tip {
   margin-top: 30px;
   text-align: right;
   color: #333333;
}


/**value-box**/
.value-box {
   padding: 80px 0;
}

.value-box .slick {
   margin: 0 -30px;
}

.value-box .slick-slide {
   padding: 50px 30px;
}

.value-box .slick-dots {
   bottom: -10px;
}

.value-box .slick-dots li button {
   background: #7cb92f;
}

.value-box .slick-dots li.slick-active {
   border: 1px solid #7cb92f;
}

.value-box .slick-prev {
   left: -70px;
   background-image: url(../images/value_prev.png);
}

.value-box .slick-next {
   right: -70px;
   background-image: url(../images/value_next.png);
}

.value-box li {
   float: left;
   margin-top: 50px;
   width: 33.3333%;
   padding: 0 15px;
}

.value-box .box {
   cursor: pointer;
}

.value-box .box .img {
   position: relative;
   overflow: hidden;
}

.value-box .box .img>img {
   width: 100%;
}

.value-box .box .img span {
   display: none;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 74px;
   height: 74px;
   border-radius: 100%;
   margin-left: -37px;
   margin-top: -37px;
   background: #FFFFFF;
}

.value-box .box .tit {
   padding: 25px 85px 25px 40px;
   position: relative;
}

.value-box .box .tit:after {
   content: "";
   position: absolute;
   top: 50%;
   right: 40px;
   margin-top: -5px;
   width: 21px;
   height: 9px;
   background: url(../images/value_more.png);
}

.value-box .box .tit span {
   display: block;
   padding-right: 20px;
   font-size: 18px;
   color: #333333;
   position: relative;
}

.value-box .box .tit span:after {
   content: "";
   position: absolute;
   top: 50%;
   margin-top: -8px;
   right: 0;
   width: 1px;
   height: 16px;
   background: #DDDDDD;
}

.value-box .box .des {
   padding: 25px 25px 30px;
   border-top: 1px solid #efefef;
}

.value-box .box .des p {
   color: #999999;
   line-height: 26px;
   height: 52px;
   overflow: hidden;
}

.value-box .box .hide {
   display: none;
}

.value-box .box:hover .img>img {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
}

.value-box .box:hover .tit span {
   color: #7cb92f;
}


.value-pop {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .6);
   text-align: center;
   z-index: 999;
}

.value-pop .content+i {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

.value-pop .content {
   max-width: 620px;
   width: 85%;
   display: inline-block;
   vertical-align: middle;
   position: relative;
}

.value-pop .content .border {
   display: inline-block;
   background: #FFFFFF;
   padding: 10px;
   border-radius: 5px;
   position: relative;
}

.value-pop .content video {
   max-width: 100%;
}

.value-pop .close {
   position: absolute;
   cursor: pointer;
   top: -22px;
   right: -16px;
   width: 37px;
   height: 37px;
   background-image: url(../images/close.png);
   background-size: cover;
}

.value-pop .tit {
   margin-top: 12px;
   text-align: center;
   font-weight: bold;
   color: #333333;
   font-size: 20px;
}

.value-pop .des {
   margin-top: 12px;
   font-size: 12px;
   line-height: 20px;
   max-height: 200px;
   overflow-y: auto;
   text-align: left;
}

.value-pop .des p {
   position: relative;
   padding-left: 13px;
}

.value-pop .des p:before {
   content: "";
   position: absolute;
   top: 8px;
   left: 0;
   background: #c4c4c4;
   width: 6px;
   height: 6px;
   border-radius: 100%;
}



/**history-box**/
.history-box {
   padding: 85px 0 45px;
   background-image: url(../images/history_bg.jpg);
   background-size: cover;
}

.history-box .ny-tit {
   color: #FFFFFF;
}

.history-box .content {
   margin: 65px auto 0;
   max-width: 1410px;
   position: relative;
}

.history-box .content:before {
   content: "";
   position: absolute;
   left: 50%;
   width: 1px;
   height: 100%;
   background: #FFFFFF;
   opacity: .3;
}

.history-box .content:after {
   content: "";
   position: absolute;
   top: 0;
   left: 50%;
   height: 28px;
   width: 1px;
   background: #FFFFFF;
   opacity: .3;
}

.history-box li {
   margin-bottom: 10px;
   float: left;
   width: 50%;
   padding-right: 90px;
   position: relative;
   min-height: 140px;
}

.history-box li .cricle {
   position: absolute;
   top: 28px;
   right: -18px;
   display: inline-block;
   font-size: 0;
   padding: 10px;
   background: rgba(124, 185, 47, .6);
   border-radius: 50%;
}

.history-box li .cricle i {
   display: inline-block;
   width: 14px;
   height: 14px;
   background: rgba(124, 185, 47, .8);
   border-radius: 50%;
}

.history-box li .item {
   text-align: left;
   background: #FFFFFF;
   border-radius: 5px;
   padding: 25px 50px;
   position: relative;
}

.history-box li .item:before {
   position: absolute;
   top: 0;
   right: -60px;
   content: "";
   width: 60px;
   height: 120px;
   background: url(../images/history_png.png);
}

.history-box li .item .year {
   font-size: 12px;
   color: #7cb92f;
   text-transform: uppercase;
   background: url(../images/history_ico_time.jpg) no-repeat left;
   padding-left: 20px;
}

.history-box li .item .tit {
   border-bottom: 1px dotted #e5e5e5;
   margin-top: 10px;
   padding-bottom: 20px;
   position: relative;
   padding-right: 0;
   padding-left: 115px;
   font-size: 24px;
   color: #333333;
   line-height: 32px;
}

.history-box li .item .tit i {
   position: absolute;
   top: 0;
   left: 0;
   font-size: 30px;
   font-style: normal;
}

.history-box li .item .tit i:before {
   content: "";
   position: absolute;
   top: 13px;
   left: 90px;
   right: auto;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #7cb92f;
}

.history-box li .item .text {
   margin-top: 20px;
   font-size: 12px;
   line-height: 24px;
   height: 48px;
   overflow: hidden;
}

.history-box li .item .bt {
   cursor: pointer;
   margin-top: 10px;
   display: inline-block;
   padding-right: 20px;
   font-size: 12px;
   background: url(../images/about_down.png) no-repeat right;
}

.history-box li.active .item .text {
   height: auto;
}

.history-box li.active .item .bt {
   background: url(../images/about_up.png) no-repeat right;
}

.history-box li:nth-child(2n) {
   margin-top: 55px;
   float: right;
   padding-left: 80px;
   padding-right: 0;
}

.history-box li:nth-child(2n+1) {
   clear: both;
}

.history-box li:nth-child(2n) .cricle {
   left: -18px;
   right: auto;
}

.history-box li:nth-child(2n) .item {
   text-align: left;
}

.history-box li:nth-child(2n) .item:before {
   left: -60px;
   right: auto;
   background: url(../images/history_png2.png);
}

.history-box li:nth-child(2n) .item .tit {
   padding-right: 0;
   padding-left: 115px;
}

.history-box li:nth-child(2n) .item .tit i {
   left: 0;
   right: auto;
}

.history-box li:nth-child(2n) .item .tit i:before {
   left: 90px;
   right: auto;
}

.history-box .more {
   display: block;
   text-align: center;
}

.history-box .more a {
   display: inline-block;
   color: rgba(255, 255, 255, .6);
}

.history-box .more p {
   margin-top: 10px;
}



/**honor-box**/
.honor-box {
   padding: 70px 0 120px;
}

.honor-box .slick-for {
   margin: 55px auto 0;
   max-width: 960px;
   padding-bottom: 30px;
}

.honor-box .slick-for .tip {
   margin-bottom: 20px;
   position: relative;
   line-height: 32px;
   font-size: 16px;
}

.honor-box .slick-for .tip span {
   display: inline-block;
   padding: 0 8px;
   background: #7cb92f;
   color: #FFFFFF;
   border-radius: 5px;
   background: #7cb92f;
}

.honor-box .line {
   position: relative;
}

.honor-box .line:before {
   content: "";
   position: absolute;
   top: 50px;
   left: 0;
   width: 100%;
   border-bottom: 2px solid #dddddd;
}

.honor-box .slick-prev,
.honor-box .slick-next {
   top: 0px;
   margin-top: 0;
   width: 36px;
   height: 36px;
}

.honor-box .slick-prev {
   left: -60px;
   background-image: url(../images/honor_prev.png);
}

.honor-box .slick-next {
   right: -60px;
   background-image: url(../images/honor_next.png);
}

.honor-box .slick-nav .slick-slide {
   text-align: center;
   cursor: pointer;
}

.honor-box .slick-nav .xian {
   position: relative;
   display: block;
   height: 50px;
}

.honor-box .slick-nav .xian:before {
   content: "";
   position: absolute;
   z-index: 2;
   top: 46px;
   left: 50%;
   margin-left: -5px;
   width: 12px;
   height: 12px;
   background: #dddddd;
   border-radius: 100%;
}

.honor-box .slick-nav .xian i {
   position: absolute;
   width: 1px;
   height: 12px;
   top: 38px;
   background: #dddddd;
}

.honor-box .slick-nav .xian i:nth-child(1) {
   left: 10%;
}

.honor-box .slick-nav .xian i:nth-child(2) {
   left: 20%;
}

.honor-box .slick-nav .xian i:nth-child(3) {
   left: 30%;
}

.honor-box .slick-nav .xian i:nth-child(4) {
   left: 40%;
}

.honor-box .slick-nav .xian i:nth-child(5) {
   left: 50%;
   top: 28px;
   height: 23px;
   width: 2px;
}

.honor-box .slick-nav .xian i:nth-child(6) {
   left: 60%;
}

.honor-box .slick-nav .xian i:nth-child(7) {
   left: 70%;
}

.honor-box .slick-nav .xian i:nth-child(8) {
   left: 80%;
}

.honor-box .slick-nav .xian i:nth-child(9) {
   left: 90%;
}

.honor-box .slick-nav .xian i:nth-child(10) {
   left: 100%;
}

.honor-box .slick-nav .img {
   margin-top: 25px;
   display: inline-block;
   border: 2px solid #dddddd;
   border-radius: 100%;
   overflow: hidden;
}

.honor-box .slick-nav .year {
   margin-top: 15px;
   font-size: 22px;
   height: 40px;
   line-height: 40px;
}

.honor-box .slick-nav .year em {
   font-style: normal;
}

.honor-box .slick-nav .slick-current .xian {
   color: #7cb92f;
   font-size: 42px;
   position: relative;
}

.honor-box .slick-nav .slick-current .xian:before {
   width: 15px;
   height: 15px;
   margin-left: -6px;
   background: #7cb92f;
}

.honor-box .slick-nav .slick-current .xian i:nth-child(5) {
   background: #7cb92f;
}

.honor-box .slick-nav .slick-current .img {
   border: 2px solid #7cb92f;
}

.honor-box .slick-nav .slick-current .year {
   color: #7cb92f;
}

.honor-box .slick-nav .slick-current .year em {
   margin-right: 5px;
   font-size: 42px;
}


@media (max-width: 1510px) {
   .vision-box .letter {
      left: 30%;
   }
}

@media (max-width:999px) {

   /* ========== */
   /* = ABOUT = */
   /* ========== */
   .about-box {
      padding: 60px 0;
   }

   .about-box:after {
      display: none;
   }

   .about-box .content {
      padding: 30px 20px;
   }

   .about-box .content .left {
      width: 100%;
   }

   .about-box .content .left h2 {
      font-size: 20px;
      font-weight: bold;
   }

   .about-box .content .right {
      margin-top: 30px;
      width: 100%;
   }

   .about-box .num-box {
      margin: 0;
   }

   .about-box .num-box li {
      margin-top: 30px;
      width: 33.333%;
   }

   .about-box .num-box li:after {
      display: none;
   }

   .about-box .num-box li span {
      font-size: 30px;
      line-height: 30px;
   }

   .about-box .num-box li sup {
      line-height: 30px;
   }


   /**vision-box**/
   .vision-box .letter {
      display: none;
   }

   .vision-box .content {
      margin-top: 0;
      padding-left: 0;
   }

   .vision-box .img {
      position: relative;
      top: auto;
      left: auto;
      max-width: 100%;
   }

   .vision-box .text {
      padding: 30px 15px;
      min-height: 0
   }

   .vision-box .des {
      padding: 10px 0;
   }

   .vision-box .des:before,
   .vision-box .des:after {
      display: none;
   }

   .vision-box .des p {
      font-size: 16px;
   }


   /**value-box**/
   .value-box .slick {
      margin: 0;
   }

   .value-box .slick-slide {
      padding: 35px 20px;
   }

   .value-box .slick-prev {
      left: 0px;
      background-image: url(../images/value_prev.png);
   }

   .value-box .slick-next {
      right: 0px;
      background-image: url(../images/value_next.png);
   }

   .value-box .box {
      cursor: pointer;
   }

   .value-box .box .img {
      position: relative;
      overflow: hidden;
   }

   .value-box .box .img>img {
      width: 100%;
   }

   .value-box .box .img span {
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px;
   }

   .value-box .box .tit {
      padding: 20px 25px;
   }

   .value-box .box .tit:after,
   .value-box .box .tit span:after {
      display: none;
   }

   .value-box .box .tit span {
      font-size: 16px;
      padding-right: 0;
   }

   .value-box li {
      width: 100%;
   }


   /**history**/
   .history-box .content {
      margin-top: 40px;
   }

   .history-box .content:before {
      display: none;
   }

   .history-box .content:after {
      display: none;
   }

   .history-box li {
      margin-bottom: 30px;
      width: 100%;
      padding-right: 0;
   }

   .history-box li .cricle {
      display: none;
   }

   .history-box li .item {
      text-align: left;
      padding: 20px;
   }

   .history-box li .item:before {
      display: none;
   }

   .history-box li .item .tit {
      padding-left: 0;
      font-size: 18px;
      line-height: 26px;
   }

   .history-box li .item .tit i {
      position: relative;
      top: auto;
      right: auto;
      font-size: 20px;
      margin-right: 10px;
   }

   .history-box li .item .tit i:before {
      display: none;
   }

   .history-box li:nth-child(2n) {
      margin-top: 0;
      padding-left: 0;
   }

   .history-box li:nth-child(2n) .item .tit {
      padding-left: 0;
   }

   .history-box li:nth-child(2n) .item .tit i {
      left: 0;
      right: auto;
   }


   /**HONOR**/
   .honor-box {
      padding-bottom: 60px;
   }

   .honor-box .slick-for {
      padding-bottom: 10px;
   }

   .honor-box .slick-prev {
      margin-top: -15px;
      left: 0;
   }

   .honor-box .slick-next {
      margin-top: -15px;
      right: 0;
   }

   .honor-box .slick-nav .img {
      width: 40px;
      height: 40px;
   }

   .honor-box .slick-nav .year {
      margin-top: 10px;
      font-size: 16px;
   }

   .honor-box .slick-nav .slick-current .year em {
      font-size: 22px;
   }
}





/* ========== */
/* = JOIN = */
/* ========== */
.join {
   padding-top: 80px;
}

.join-tit {
   position: relative;
   font-size: 30px;
   padding-bottom: 18px;
   text-align: center;
   color: #333333;
   letter-spacing: 3px;
}

.join-tit:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   margin-left: -20px;
   width: 40px;
   height: 3px;
   background: #7cb92f;
}

.join-des {
   max-width: 890px;
   letter-spacing: 1px;
   margin: 40px auto 0;
   text-align: center;
}

.join .news-sub {
   margin-top: 65px;
}

.join .js-tab-con {
   display: none;
}

.join .js-tab-con.active {
   display: block;
}

.join-list {
   margin-top: 40px;
   position: relative;
   z-index: 1;
}

.join-list li {
   margin-bottom: 12px;
}

.join-list li .tit {
   cursor: pointer;
   background: #FFFFFF;
   border: 1px solid #eeeeee;
   font-size: 0;
   padding-left: 2%;
}

.join-list li .tit span {
   padding: 14px 4px;
   width: 14.2%;
   text-align: center;
   font-size: 14px;
   line-height: 22px;
   color: #333333;
   display: inline-block;
   vertical-align: middle;
}

.join-list li .tit .span-6 {
   padding: 0;
   font-size: 0;
   line-height: 0;
}

.join-list li .tit .span-6 i {
   display: inline-block;
   width: 30px;
   height: 30px;
   background-image: url(../images/join_bt.png);
   background-size: cover;
}

.join-list li .top-tit {
   cursor: auto;
   border: none;
   background: #7cb92f;
}

.join-list li .top-tit span {
   padding: 20px 2px;
   color: #FFFFFF;
   letter-spacing: 1px;
}

.join-list li .con {
   display: none;
   padding: 0 7% 80px;
   line-height: 30px;
   border: 1px solid #EEEEEE;
   border-top: none;
   color: #999999;
}

.join-list li .con .tip {
   padding-bottom: 10px;
   padding-top: 45px;
   color: #333333;
   font-size: 18px;
}

.join-list li.active .tit {
   border-bottom: 1px solid #e5e5e5;
}

.join-list li.active .tit span {
   color: #7cb92f;
}

.join-list li.active .span-6 i {
   background-image: url(../images/join_bth.png);
}

.join-list li.active .top-tit {
   border: none;
}

.join-list li.active .top-tit span {
   color: #FFFFFF;
}

.mien-box {
   padding: 85px 0;
}

.mien-box .news-sub {
   margin-top: 30px;
   text-align: center;
}

.mien-box .news-sub a {
   float: none;
   margin: 0 1.5%;
}

.mien-box .js-tab-box {
   margin-top: 55px;
}

.mien-box .js-tab-con {
   height: 0;
   overflow: hidden;
}

.mien-box .js-tab-con.active {
   height: auto;
}

.mien-box .slick-prev,
.mien-box .slick-next {
   width: 39px;
   height: 39px;
   margin-top: -20px;
}

.mien-box .slick-prev {
   left: -70px;
   background-image: url(../images/flip_prevh.png);
}

.mien-box .slick-next {
   right: -70px;
   background-image: url(../images/flip_nexth.png);
}

.mien-box .slick-dots {
   bottom: 0;
}

.mien-box .slick-dots li button {
   background: #7cb92f;
}

.mien-box .slick-dots li.slick-active {
   border: 1px solid #7cb92f;
}

.mien-box .video-slick {
   max-width: 800px;
   margin: 0 auto;
}

.mien-box .video-slick video {
   width: 100%;
}

.mien-box .img-slick {
   margin: 40px auto 0;
   max-width: 840px;
}

.mien-box .img-slick .slick-slide {
   padding: 0 20px;
}

.mien-box .img-slick .slick-prev {
   left: -50px;
}

.mien-box .img-slick .slick-next {
   right: -50px;
}


@media (max-width:999px) {

   /* ========== */
   /* = JOIN = */
   /* ========== */
   .join {
      padding-top: 60px;
   }

   .join .news-sub {
      margin-top: 40px;
   }

   .join .news-sub a {
      width: 18.5%;
   }

   .join .news-sub a:nth-child(4n) {
      margin-right: 1%;
   }

   .join .news-sub a:nth-child(5n) {
      margin-right: 0;
   }

   .join-tit {
      font-size: 20px;
      font-weight: bold;
   }

   .join-list li {
      padding-right: 0;
   }

   .join-list li .tit {
      padding-right: 0;
   }

   .join-list li .tit span {
      width: 25%;
      padding: 12px 2px;
      font-size: 12px;
   }

   .join-list li .tit .span-1 {
      width: 25%;
      margin-right: 0;
   }

   .join-list li .tit .span-6 i {
      width: 20px;
      height: 20px;
   }

   .join-list li .tit .span-2,
   .join-list li .tit .span-3,
   .join-list li .tit .span-4 {
      display: none;
   }

   .join-list li .con {
      padding: 0 20px 20px;
      font-size: 12px;
      line-height: 26px;
   }

   .join-list li .con .tip {
      padding-top: 20px;
   }

   .mien-box .video-slick {
      padding: 0 5px 35px;
   }

   .mien-box .img-slick {
      margin: 40px 0 0;
      padding-bottom: 35px;
   }

   .mien-box .img-slick .slick-slide {
      padding: 0 5px;
   }
}




/* ========== */
/* = CONTACT = */
/* ========== */
.contact {
   padding: 75px 0;
}

.contact-tab {
   margin-top: 50px;
   text-align: center;
}

.contact-tab span {
   margin: 0 3px 28px;
   display: inline-block;
   width: 130px;
   height: 45px;
   line-height: 45px;
   background: #eeeeee;
   color: #333333;
   font-size: 16px;
   border-radius: 5px;
   cursor: pointer;
}

.contact-tab span.active {
   background: #7cb92f;
   color: #FFFFFF;
}

.contact-box .js-tab-con {
   height: 0;
   overflow: hidden;
}

.contact-box .js-tab-con.active {
   height: auto;
   padding: 55px 45px;
   border: 1px solid #f0f0f0;
}

.contact-box .left {
   float: left;
   width: 42%;
}

.contact-box .left h2 {
   margin-bottom: 40px;
   padding-bottom: 30px;
   position: relative;
   font-size: 24px;
   color: #333333;
}

.contact-box .left h2:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 40px;
   height: 4px;
   background: #7cb92f;
}

.contact-box .left h2 span {
   color: #777777;
}

.contact-box .left .des p {
   margin-top: 25px;
   position: relative;
   padding-left: 65px;
   line-height: 40px;
}

.contact-box .left .des p img {
   position: absolute;
   top: 0;
   left: 0;
}

.contact-box .left .erweima div {
   margin-top: 40px;
   float: left;
   width: 40%;
   display: block;
}

.contact-box .left .erweima span {
   display: inline-block;
}

.contact-box .left .erweima p {
   margin-top: 10px;
   max-width: 116px;
   text-align: center;
}

.contact-box .right {
   float: right;
   width: 54%;
}

.contact-box .map-box {
   width: 100%;
   padding-bottom: 61%;
   position: relative;
}

.contact-box .map-box img {
   max-width: 1000%;
   width: auto;
}

.contact-box .map-box .allmap {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
}

.contact-box .map-box .anchorBL {
   display: none;
}

.contact-box .map {
   width: 100%;
}


@media (max-width:999px) {

   /* ========== */
   /* = CONTACT = */
   /* ========== */
   .contact-tab span {
      float: left;
      width: 23%;
      margin-right: 1.5%;
      font-size: 14px;
   }

   .contact-tab span:nth-child(4n) {
      margin-right: 0;
   }

   .contact-box .left {
      width: 100%;
   }

   .contact-box .left h2 {
      font-size: 20px;
   }

   .contact-box .left .erweima div {
      width: 50%;
      padding: 0 10px;
      text-align: center;
   }

   .contact-box .left .erweima p {
      max-width: 100%;
   }

   .contact-box .right {
      margin-top: 40px;
      width: 100%;
   }

   .contact-box .js-tab-con.active {
      padding: 30px 20px;
   }
}






/****sucess-box****/
.sucess-box {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .5);
   text-align: center;
   z-index: 99999;
}

.sucess-box .content+i {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

.sucess-box .content {
   position: relative;
   display: inline-block;
   width: 90%;
   max-width: 680px;
   vertical-align: middle;
   background: #ffffff;
   border-radius: 18px;
   padding: 30px;
   font-style: normal;
}

.sucess-box .content .top {
   position: relative;
   text-align: left;
   max-width: 520px;
   margin: 0 auto;
   padding-left: 140px;
}

.sucess-box .content .ico {
   position: absolute;
   top: 50%;
   left: 0;
   width: 150px;
   margin-top: -75px;
}

.sucess-box .content .tit {
   font-size: 37px;
   font-weight: bold;
   color: #68ba3c;
}

.sucess-box .content .des {
   font-size: 22px;
   color: #55595d;
   margin-top: 12px;
}

.sucess-box .content .des span {
   color: #68ba3c;
}

.sucess-box .content .con {
   margin-top: 30px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
   background: #efefef;
   padding: 25px 0 25px 40px;
   border-radius: 18px;
}

.sucess-box .content .con .img {
   width: 40%;
}

.sucess-box .content .con .text {
   width: 55%;
   text-align: left;
}

.sucess-box .content .con .text .titi {
   font-size: 28px;
   font-weight: bold;
   line-height: 36px;
   color: #55595d;
}

.sucess-box .content .con .text .tip {
   margin-top: 15px;
   font-size: 22px;
   line-height: 40px;
   color: #55595d;
}

.sucess-box .content .con .text .tip span {
   color: #68ba3c;
}

.sucess-box .content .con .text .tip .span-text {
   font-size: 30px;
}

.sucess-box .content>.img {
   margin-top: 10px;
}

.sucess-box .content>.img img {
   width: 50%;
}

.sucess-box .button-div {
   margin-top: 30px;
}

.sucess-box .button-div a {
   margin: 0 10px;
   display: inline-block;
   border: 1px solid #68ba3c;
   color: #68ba3c;
   font-size: 24px;
   max-width: 50%;
   width: 240px;
   line-height: 58px;
   height: 60px;
   border-radius: 13px;
}

.sucess-box .button {
   margin: 0 10px;
   border: 1px solid #68ba3c;
   background: #68ba3c;
   color: #fff;
   font-size: 24px;
   max-width: 50%;
   width: 240px;
   height: 60px;
   border-radius: 13px;
}

.sucess-box .tit2 {
   text-align: center;
}

.sucess-box .des {
   text-align: center;
}

.sucess-box .button2 {
   max-width: 70%;
   width: 100%;
   letter-spacing: 3px;
}


@media (max-width:999px) {
   .sucess-box .content {
      border-radius: 0.3rem;
      padding: 0.3rem 0.4rem 0.4rem;
   }

   .sucess-box .content .top {
      padding-left: 2.2rem;
   }

   .sucess-box .content .ico {
      width: 2rem;
      margin-top: -1rem;
   }

   .sucess-box .content .tit {
      font-size: 0.4rem;
   }

   .sucess-box .content .des {
      font-size: 0.26rem;
      line-height: 0.54rem;
      margin-top: 0.2rem;
   }

   .sucess-box .content .con {
      margin-top: 0.4rem;
      padding: 0.4rem 0 0.4rem 0.3rem;
      border-radius: 0.3rem;
   }

   .sucess-box .content .con .text .titi {
      font-size: 0.4rem;
   }

   .sucess-box .content .con .text .tip {
      margin-top: 0.1rem;
      font-size: 0.3rem;
      line-height: 0.6rem;
   }

   .sucess-box .content .con .text .tip .span-text {
      font-size: 0.35rem;
   }

   .sucess-box .button-div {
      margin-top: 0.3rem;
   }

   .sucess-box .button-div a {
      margin: 0 0.1rem;
      font-size: 0.34rem;
      width: 3.2rem;
      height: 1rem;
      line-height: 0.98rem;
      margin-top: 0.3rem;
      border-radius: 0.1rem;
   }

   .sucess-box .button {
      margin: 0 0.1rem;
      font-size: 0.34rem;
      width: 3.2rem;
      height: 1rem;
      border-radius: 0.1rem;
   }

   .sucess-box .button2 {
      width: 5rem;
   }
}



/****free-apply****/
.free-apply .content {
   background-image: url(../images/free_apply_bg.jpg);
   background-position: center top;
   background-size: cover;
}

.free-apply .content2 {
   background-image: url(../images/free_apply_bg2.jpg);
}

.free-apply .content .w1200 {
   padding: 0;
}

.free-apply .left {
   float: left;
   width: 60%;
   padding: 30px 4%;
}

.free-apply .left2 {
   height: 650px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.free-apply .left .tit {
   font-size: 30px;
   letter-spacing: 2px;
   color: #333;
   text-align: center;
}

.free-apply .left .pc-img {
   margin: 3% auto 0;
   max-width: 80%;
}

.free-apply .left .des {
   margin-top: 3%;
   text-align: center;
}

.free-apply .left .des div {
   text-align: left;
   display: inline-block;
   color: #333;
}

.free-apply .left .des p {
   font-size: 16px;
   line-height: 36px;
}

.free-apply .left .des p span {
   display: inline-block;
   margin-right: 10px;
   color: #7cb92f;
}

.free-apply .left .des .titi {
   margin-bottom: 10px;
   font-weight: bold;
   font-size: 18px;
   color: #7cb92f;
}

.free-apply .left .img {
   margin-top: 5%;
}

.free-apply .right {
   float: left;
   width: 38%;
   max-width: 520px;
   padding: 30px 80px;
}

.free-apply .right .theme span {
   display: block;
   font-weight: bold;
   font-size: 26px;
   color: #333;
   letter-spacing: 3PX;
}

.free-apply .right .theme span i {
   font-style: normal;
   color: #7cb92f;
}

.free-apply .right .theme p {
   margin-top: 5px;
   font-size: 20px;
}

.free-apply .right .in {
   margin-top: 10px;
   position: relative;
   border: 1px solid #e7e7e7;
   height: 48px;
}

.free-apply .right .in>span {
   position: absolute;
   z-index: 1;
   line-height: 44px;
   top: 0;
   left: 30px;
   color: #ff0000;
}

.free-apply .right .in .ui-multiselect.mySelect {
   margin-top: 0;
   border: none;
   padding-left: 14px;
   width: 100%;
   color: #444;
}

.free-apply .right .in input,
.free-apply .right .in select {
   width: 100%;
   line-height: 26px;
   background: #ffffff;
   border: none;
   padding: 10px 14px;
   height: 46px;
   color: #444;
}

.free-apply .right .tip {
   margin-top: 8px;
   line-height: 16px;
   font-size: 12px;
   color: #c60000;
   padding: 0 14px;
   text-align: left;
}

.free-apply .right .des-x {
   font-size: 12px;
   margin-top: 10px;
   text-align: right;
}

.free-apply .in-tip {
   padding-right: 130px;
}

.free-apply .in-tip .tip {
   position: absolute;
   top: 0;
   right: 10px;
   line-height: 46px;
   font-size: 12px;
   color: #999999;
   font-style: normal;
}

.free-apply .bt {
   margin-top: 25px;
}

.free-apply .bt input {
   width: 100%;
   font-weight: bold;
   font-size: 17px;
}

.free-apply .right .in select {
   appearance: none;
   -webkit-appearance: none;
}

.free-apply .parentCls {
   position: relative;
   z-index: 2;
}

.free-apply .auto-tip {
   background: #ffffff;
}

.free-apply .auto-tip li {
   padding: 0 10px;
   width: 100%;
   height: 30px;
   line-height: 30px;
   font-size: 14px;
}

.free-apply .auto-tip li.hoverBg {
   background: #ddd;
   cursor: pointer;
}

.free-apply .hidden {
   display: none;
}

.free-apply input::-webkit-input-placeholder,
.free-apply textarea::-webkit-input-placeholder {
   color: #444;
}

.free-apply input:-moz-placeholder,
.free-apply textarea:-moz-placeholder {
   color: #444;
}

.free-apply input::-moz-placeholder,
.free-apply textarea::-moz-placeholder {
   color: #444;
}

.free-apply input:-ms-input-placeholder,
.free-apply textarea:-ms-input-placeholder {
   color: #444;
}

#apply {
   width: 480px;
   padding: 20px 5%;
   position: fixed;
   left: 50%;
   top: 0;
   transform: translate(-50%, 0);
   z-index: 1000;
   background: #fff;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
   display: none;
}

.success-appply .apply-in {
   font-size: 16px;
   color: #000;
   text-align: center;
}

.success-appply .apply-in h3 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 10px;
}

.success-appply .apply-in p {
   margin: 20px 0;
}

.success-appply .img {
   display: block;
   width: 50%;
   margin: 0 auto;
}

.success-appply .close a {
   display: block;
   text-align: center;
   width: 140px;
   margin: 0 auto;
   line-height: 38px;
   font-size: 16px;
   color: #fff;
   background: #7cb92f;
}

.free-apply {
   position: relative;
}

.free-apply .free-apply-pop {
   position: absolute;
   top: 50%;
   left: 50%;
   background: #fff;
   transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translateX(-50%) translateY(-50%);
}

.free-apply .free-apply-pop.right {
   float: none;
   padding: 3% 3%;
   max-width: 440px;
}

.free-apply .close {
   position: absolute;
   cursor: pointer;
   top: 5px;
   right: 5px;
   width: 37px;
   height: 37px;
   background-image: url(../images/close.png);
   background-size: cover;
}

.applymanage-pop {
   display: none;
   position: absolute;
   top: 50%;
   left: 50%;
   max-width: 90%;
   background: #fff;
   transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translateX(-50%) translateY(-50%);
}

@media (max-width:1450px) {
   .free-apply .free-apply-pop.right {
      margin-top: 30px;
   }

   .free-apply .free-apply-pop.right .in {
      margin-top: 8px;
   }

   .free-apply .free-apply-pop.right .bt {
      margin-top: 15px;
   }
}

@media (max-width:1360px) {
   .free-apply .right {
      padding: 30px 70px;
   }

   .free-apply .right .theme span {
      letter-spacing: 2px;
   }

   .free-apply .right .theme p {
      font-size: 18px;
   }
}

@media (max-width:999px) {
   .free-apply {
      padding: 0;
   }

   .free-apply .w1200 {
      padding: 0;
   }

   .free-apply .content,
   .free-apply .content2 {
      background: none;
   }

   .free-apply .left {
      width: 100%;
      background-image: url(../images/m_free_apply.jpg);
      background-size: cover;
      padding: 0.8rem 0.4rem;
   }

   .free-apply .left2 {
      height: auto;
      background: #33ace1;
   }

   .free-apply .left .tit {
      font-size: 0.47rem;
      letter-spacing: 0;
   }

   .free-apply .left .tit span {
      font-size: 0.55rem;
   }

   .free-apply .left .tit p {
      font-size: 0.42666666rem;
   }

   .free-apply .left .des p {
      font-size: 0.34rem;
      line-height: 0.68rem;
   }

   .free-apply .left .des p span {
      margin-right: 0.15rem;
   }

   .free-apply .left .des .titi {
      margin-bottom: 0.2rem;
      font-size: 0.37rem;
   }

   .free-apply .right {
      width: 100%;
      padding: 40px 20px 50px;
   }

   .free-apply .right .theme {
      font-size: 0.5rem;
      font-weight: bold;
      letter-spacing: 0.01rem;
   }

   .free-apply .right .bt {
      margin-top: 30px;
   }

   .free-apply .right .theme span {
      font-size: 0.5rem;
      letter-spacing: 0.02rem;
   }

   .free-apply .right .theme p {
      margin-top: 0.2rem;
      font-size: 0.36rem;
   }

   .free-apply .free-apply-pop {
      position: relative;
      top: auto;
      left: auto;
      transform: translateX(0%) translateY(0%);
      -webkit-transform: translateX(0%) translateY(0%);
   }

   .free-apply .free-apply-pop.right {
      float: none;
      padding: 1.2rem 0.6rem;
      max-width: 100%;
      width: 100%;
   }

   .free-apply .free-apply-pop.right2 {
      padding: 0 0 1rem;
   }
}

@media (max-height:710px) {
   .free-apply .free-apply-pop.right {
      padding: 30px 3%;
   }

   .free-apply .free-apply-pop.right .theme span {
      font-size: 22px;
   }

   .free-apply .free-apply-pop.right .theme p {
      font-size: 16px;
   }

   .free-apply .free-apply-pop.right .in {
      margin-top: 6px;
   }

   .free-apply .free-apply-pop.right .home-more {
      line-height: 50px;
      height: 50px;
   }
}








.w1550 {
   max-width: 1740px;
   width: 100%;
   padding: 0 5%;
   margin: 0 auto;
}

/* ========== */
/* = INNOVATE = */
/* ========== */
.innovate-banner img {
   width: 100%;
}

.case-classify .w1550 .row {
   max-width: 750px;
}

.innovate {
   padding: 80px 0 98px;
}

.innovate ul {
   margin: 0 -16px 50px;
}

.innovate li {
   margin-bottom: 35px;
   float: left;
   width: 25%;
   padding: 0 16px;
}

.innovate li .box {
   display: block;
   -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
   box-shadow: 0 0 30px rgba(0, 0, 0, .1);
   cursor: pointer;
}

.innovate li .img {
   border-radius: 10px 10px 0 0;
   overflow: hidden;
}

.innovate li .img img {
   width: 100%;
}

.innovate li .text {
   padding: 22px;
   border: 1px solid #d2d2d2;
   border-radius: 0 0 10px 10px;
   overflow: hidden;
   border-top: none;
}

.innovate li .text .tit {
   display: block;
   font-weight: bold;
   font-size: 19px;
   color: #313131;
}

.innovate li .text p {
   margin-top: 10px;
   font-size: 16px;
   color: #777777;
}

.innovate li .text span {
   display: inline-block;
   margin-top: 28px;
   line-height: 36px;
   padding: 0 25px;
   background: #7cb92f;
   color: #FFFFFF;
   border-radius: 4px;
   overflow: hidden;
   cursor: pointer;
}

.innovate li .box:hover .img img {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
}

.innovate li .box:hover .text .tit {
   color: #7cb92f;
}

.class-pop {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .5);
   text-align: center;
   z-index: 999;
}

.class-pop .content+i {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

.class-pop .content {
   position: relative;
   display: inline-block;
   width: 90%;
   max-width: 360px;
   padding: 30px 20px 40px;
   vertical-align: middle;
   background: #FFFFFF;
   border-radius: 10px;
   text-align: left;
}

.class-pop .close {
   position: absolute;
   top: 0;
   right: -45px;
   cursor: pointer;
   width: 35px;
   height: 35px;
   background-image: url(../images/innovate/close.png);
   background-size: cover;
}

.class-pop .theme {
   padding-bottom: 10px;
}

.class-pop .theme span {
   letter-spacing: 5px;
   display: block;
   font-weight: bold;
   font-size: 20px;
   color: #333;
}

.class-pop .theme span i {
   font-style: normal;
   color: #7cb92f;
}

.class-pop .theme p {
   margin-top: 5px;
   font-size: 14px;
}

.class-pop .in {
   margin-top: 10px;
   width: 100%;
   position: relative;
   height: 40px;
}

.class-pop .in>span {
   position: absolute;
   z-index: 1;
   line-height: 44px;
   top: 0;
   left: 30px;
   color: #ff0000;
}

.class-pop .in input,
.class-pop .in select {
   width: 100%;
   line-height: 24px;
   background: #f1f1f1;
   border: none;
   padding: 5px 12px;
   height: 40px;
   font-size: 12px;
   color: #444;
}

.class-pop .in .ui-multiselect.mySelect {
   margin-top: 0;
   width: 100%;
   line-height: 44px;
   background: #f1f1f1;
   border: none;
   padding: 0 12px;
   height: 40px;
   font-size: 12px;
   color: #444;
}

.class-pop .in select {
   width: 320px;
   appearance: none;
   -webkit-appearance: none;
}

.class-pop .tip {
   margin-top: 5px;
   line-height: 16px;
   font-size: 12px;
   color: #c60000;
   padding: 0 12px;
}

.class-pop .bt {
   margin-top: 25px;
}

.class-pop .bt input {
   width: 140px;
   line-height: 44px;
   height: 44px;
   margin: 0 auto;
   font-weight: bold;
   font-size: 14px;
}

.class-pop .parentCls {
   position: relative;
   z-index: 2;
}

.class-pop .auto-tip {
   background: #ffffff;
}

.class-pop .auto-tip li {
   padding: 0 10px;
   width: 100%;
   height: 30px;
   line-height: 30px;
   font-size: 14px;
}

.class-pop .auto-tip li.hoverBg {
   background: #ddd;
   cursor: pointer;
}

.class-pop .hidden {
   display: none;
}


/* ========== */
/* = INNOVATE-DETAIL = */
/* ========== */
.innovate-detail-banner {
   width: 100%;
   background-position: center top;
   background-image: url(../images/innovate/innovate_banner_bg.jpg);
}

.innovate-detail-banner .w1550 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   -webkit-justify-content: space-between;
}

.innovate-detail-banner .text {
   width: 50%;
   padding-left: 6%;
   color: #FFFFFF;
}

.innovate-detail-banner .text h2 {
   font-size: 48px;
   line-height: 62px;
}

.innovate-detail-banner .text a {
   display: inline-block;
   margin-top: 7%;
   background: #ffffff;
   border-radius: 8px;
   line-height: 54px;
   padding: 0 35px;
}

.innovate-detail-banner .text a i {
   display: inline-block;
   vertical-align: middle;
   width: 30px;
   height: 30px;
   background-image: url(../images/innovate/play_ico.png);
   background-size: cover;
}

.innovate-detail-banner .text a span {
   margin-left: 10px;
   display: inline-block;
   vertical-align: middle;
   font-size: 20px;
   color: #61b659;
   letter-spacing: 5px;
}

.innovate-detail-banner .person {
   width: 40%;
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   -webkit-justify-content: space-between;
}

.innovate-detail-banner .person .des {
   width: 44%;
   padding-bottom: 10%;
}

.innovate-detail-banner .person .des img {
   margin: 0;
}

.innovate-detail-banner .person .des span {
   margin-top: 15px;
   display: block;
   font-size: 30px;
   color: #313131;
}

.innovate-detail-banner .person .des p {
   margin-top: 10px;
   max-width: 12em;
   font-size: 21px;
   line-height: 34px;
   color: #454545;
}

.innovate-detail-banner .person .img {
   width: 55%;
}

.innovate-detail {
   padding: 70px 0 150px;
}

.innovate-detail .left {
   float: left;
   width: 320px;
   background: #f3f3f3;
   border-radius: 15px;
   padding: 35px 25px;
   text-align: center;
}

.innovate-detail .left .tit {
   margin-bottom: 25px;
   font-size: 20px;
   color: #313131;
}

.innovate-detail .left .tip {
   font-size: 17px;
   line-height: 34px;
   position: relative;
   text-align: left;
   padding-left: 90px;
}

.innovate-detail .left .tip span {
   position: absolute;
   top: 0;
   left: 0;
   color: #777777;
}

.innovate-detail .left .button {
   margin-top: 32px;
   display: inline-block;
   padding: 12px 35px;
   border-radius: 7px;
   background: linear-gradient(100deg, #84c836, #61b677, #40a6b4);
   color: #FFFFFF;
   letter-spacing: 1px;
}

.innovate-detail .right {
   margin-left: 370px;
}

.innovate-detail .right .title {
   font-size: 38px;
   letter-spacing: 2px;
   color: #313131;
   text-align: center;
}

.innovate-detail .right .con {
   margin-top: 50px;
   font-size: 16px;
   line-height: 32px;
   color: #313131;
   text-align: center;
}

.innovate-detail .right .con .tit {
   margin-bottom: 18px;
   display: inline-block;
   padding: 7px 50px;
   background: #fff;
   border: 1px transparent solid;
   border-radius: 4px;
   position: relative;
   letter-spacing: 4px;
}

.innovate-detail .right .con .tit i {
   font-style: normal;
   background: linear-gradient(to right, #68bb1a, #10a8a9);
   -webkit-background-clip: text;
   color: transparent;
}

.innovate-detail .right .con .tit:after {
   content: '';
   position: absolute;
   top: -2px;
   bottom: -2px;
   left: -2px;
   right: -2px;
   background: linear-gradient(135deg, #68bb1a, #10a8a9);
   border-radius: 4px;
   content: '';
   z-index: -1;
}

.zhidao-pop {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .5);
   text-align: center;
   z-index: 999;
}

.zhidao-pop .content+i {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

.zhidao-pop .content {
   position: relative;
   display: inline-block;
   width: 90%;
   max-width: 470px;
   height: 130px;
   padding: 20px 20px 0;
   vertical-align: middle;
   background: #FFFFFF;
   border-radius: 10px;
   text-align: left;
}

.zhidao-pop .close {
   position: absolute;
   top: 0;
   right: -45px;
   cursor: pointer;
   width: 35px;
   height: 35px;
   background-image: url(../images/innovate/close.png);
   background-size: cover;
}

.zhidao-pop .content .img {
   position: absolute;
   bottom: 0;
   right: 20px;
}

.zhidao-pop .content .text .tit {
   font-size: 20px;
   color: #313131;
   font-weight: bold;
   letter-spacing: 1px;
}

.zhidao-pop .content .text .des a {
   margin-left: 10px;
   padding: 0 13px;
   line-height: 30px;
   display: inline-block;
   border-radius: 15px;
   background: linear-gradient(100deg, #42c463, #28c379, #0ac292);
   color: #FFFFFF;
   display: inline-block;
   vertical-align: middle;
}

.zhidao-pop .content .text .des {
   margin-top: 5px;
}

.zhidao-pop .content .text .des span {
   letter-spacing: 1px;
   display: inline-block;
   vertical-align: middle;
   background-image: linear-gradient(135deg, #44c461, #0cc291);
   -webkit-background-clip: text;
   color: transparent;
   font-size: 20px;
}

.zhidao-pop .content .text .tip {
   margin-top: 13px;
   font-size: 12px;
}

.zhidao-pop .content .text .tip b {
   font-weight: normal;
   display: inline-block;
   vertical-align: middle;
}

.zhidao-pop .content .text .tip i {
   display: inline-block;
   vertical-align: middle;
   margin-right: 5px;
   margin-left: 3px;
   width: 10px;
   height: 10px;
   background: #31c371;
   border-radius: 100%;
}

.zhidao-pop .content .text .tip span {
   display: inline-block;
   vertical-align: middle;
}

@media (max-width:1520px) {

   /* ========== */
   /* = INNOVATE-DETAIL = */
   /* ========== */
   .innovate-detail-banner {
      background-position: 55% center;
   }

   .innovate-detail-banner .text h2 {
      font-size: 38px;
      line-height: 46px;
   }

   .innovate-detail-banner .text a {
      line-height: 48px;
      padding: 0 27px;
   }

   .innovate-detail-banner .text a span {
      font-size: 18px;
      letter-spacing: 2px;
   }

   .innovate-detail-banner .person .des span {
      font-size: 26px;
   }

   .innovate-detail-banner .person .des p {
      font-size: 18px;
      line-height: 30px;
   }
}


@media (max-width:999px) {

   /* ========== */
   /* = INNOVATE = */
   /* ========== */
   .innovate {
      padding: 0 0 1rem;
   }

   .innovate ul {
      margin: 0 0 0.2rem;
   }

   .innovate li {
      width: 100%;
      margin-bottom: 0.66666666rem;
      padding: 0;
   }

   .class-pop .close {
      top: -1rem;
      right: 0;
      width: 0.7rem;
      height: 0.7rem;
   }


   /* ========== */
   /* = INNOVATE-DETAIL = */
   /* ========== */
   .innovate-detail {
      padding: 0.66666666rem 0;
   }

   .innovate-detail .left {
      width: 100%;
      float: none;
   }

   .innovate-detail .right {
      margin-top: 0.8rem;
      margin-left: 0;
   }

   .innovate-detail .right .title {
      font-size: 0.5rem;
      font-weight: bold;
      letter-spacing: 0.02666666rem;
   }

}







.mb-innovate-detail-banner {
   padding: 0 0.4rem;
   width: 100%;
   height: 5.5rem;
   background-size: cover;
   background-image: url(../images/innovate/m_banner_bg.jpg);
}

.mb-innovate-detail-banner .text {
   float: left;
   width: 5rem;
   padding-top: 0.6rem;
}

.mb-innovate-detail-banner .text img {
   margin: 0;
   width: 1.86666666rem;
}

.mb-innovate-detail-banner .text h2 {
   margin-top: 0.2rem;
   font-size: 0.53333333rem;
   line-height: 0.66666666rem;
   color: #1f1e23;
}

.mb-innovate-detail-banner .text .des {
   margin-top: 0.26666666rem;
}

.mb-innovate-detail-banner .text .des span {
   display: inline-block;
   vertical-align: middle;
   font-size: 0.4rem;
   color: #1f1e23;
}

.mb-innovate-detail-banner .text .des p {
   margin-left: 0.13333333rem;
   padding-left: 0.13333333rem;
   border-left: 1px solid #1f1e23;
   width: 2.3rem;
   display: inline-block;
   vertical-align: middle;
   font-size: 0.24rem;
   line-height: 0.32rem;
   color: #1f1e23;
}

.mb-innovate-detail-banner .text a {
   display: inline-block;
   margin-top: 0.4rem;
   background: #65bd32;
   text-align: center;
   border-radius: 0.36rem;
   line-height: 0.72rem;
   width: 3.33333333rem;
}

.mb-innovate-detail-banner .text a img {
   display: inline-block;
   vertical-align: middle;
   width: 0.4rem;
}

.mb-innovate-detail-banner .text a span {
   margin-left: 0.13333333rem;
   display: inline-block;
   vertical-align: middle;
   font-size: 0.33333333rem;
   color: #FFFFFF;
   letter-spacing: 0.02666666rem;
}

.mb-innovate-detail-banner .person {
   float: right;
   margin-top: 0.7rem;
   height: 4.8rem;
}

.mb-innovate-detail-banner .person img {
   height: 4.8rem;
}





/* ========== */
/* = KNOWLEDGE = */
/* ========== */
.knowledge-banner {
   padding: 125px 0;
   color: #FFFFFF;
   text-align: center;
   background-size: cover;
}

.knowledge-banner .tit {
   font-size: 60px;
   letter-spacing: 10px;
}

.knowledge-banner p {
   font-size: 36px;
   margin-top: 20px;
   letter-spacing: 4px;
}

/* ========== */
/* = MARKET = */
/* ========== */
.market-banner {
   padding: 123px 15%;
   color: #FFFFFF;
   background-size: cover;
}

.market-banner .tit {
   font-size: 60px;
   letter-spacing: 10px;
}

.market-banner p {
   font-size: 36px;
   margin-top: 20px;
   letter-spacing: 4px;
}

.market-strategy ul {
   margin: 0 -10px;
}

.market-strategy li {
   margin-top: 70px;
   float: left;
   padding: 0 10px;
   width: 25%;
}

.market-strategy li .box {
   position: relative;
   display: block;
   color: #FFFFFF;
}

.market-strategy li .box:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .5);
}

.market-strategy li .box img {
   width: 100%;
}

.market-strategy li .box .text {
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-40%);
   -webkit-transform: translateY(-40%);
   width: 100%;
   z-index: 2;
   text-align: center;
   letter-spacing: 3px;
}

.market-strategy li .box .text h2 {
   font-size: 32px;
}

.market-strategy li .box .text p {
   margin-top: 22px;
   font-size: 16px;
}

.market-strategy li .box .text span {
   margin-top: 65px;
   display: inline-block;
   background: #78be00;
   color: #FFFFFF;
   font-size: 24px;
   padding: 12px 40px;
   letter-spacing: 3px;
}

.market-theme {
   margin-top: 100px;
   text-align: center;
   font-size: 36px;
   color: #313131;
}

.market-list li .box {
   display: block;
   padding: 15px;
   border: 1px solid #d2d2d2;
   border-radius: 5px;
   overflow: hidden;
}

.market-list li .box .img {
   border-radius: 5px;
}

.market-list li .box .text {
   border: none;
   padding: 20px 15px;
}

.market-list li .text .class-button {
   margin-top: 14px;
}


@media (max-width:999px) {

   /* ========== */
   /* = KNOWLEDGE = */
   /* ========== */
   .knowledge-banner {
      padding: 1.2rem 0;
   }

   .knowledge-banner .tit {
      font-size: 0.66666666rem;
      letter-spacing: 0.1rem;
   }

   .knowledge-banner p {
      font-size: 0.4rem;
      margin-top: 0.26666666rem;
      letter-spacing: 0.04rem;
   }

   /* ========== */
   /* = MARKET = */
   /* ========== */
   .market-banner {
      padding: 1.1rem 0.4rem;
      background-position: 60% center;
   }

   .market-banner .tit {
      font-size: 0.44rem;
      letter-spacing: 0.02rem;
   }

   .market-banner p {
      font-size: 0.3rem;
      margin-top: 0.26666666rem;
      letter-spacing: 0.002rem;
   }

   .market-strategy ul {
      margin: 0 -0.13333333rem;
   }

   .market-strategy li {
      margin-top: 0.66666666rem;
      width: 50%;
      padding: 0 0.13333333rem;
   }

   .market-strategy li .box .text {
      letter-spacing: 0.02666666rem;
   }

   .market-strategy li .box .text h2 {
      font-size: 0.44rem;
   }

   .market-strategy li .box .text p {
      margin-top: 0.26666666rem;
      font-size: 0.3rem;
   }

   .market-strategy li .box .text span {
      margin-top: 0.53333333rem;
      font-size: 0.34666666rem;
      padding: 0.13333333rem 0.53333333rem;
      letter-spacing: 0.02666666rem;
   }

   .market-theme {
      margin-top: 1.06666666rem;
      font-size: 0.5rem;
      padding: 0 0.66666666rem;
   }

   .market-list {
      margin-top: 0.66666666rem;
   }

   .market-list li .box {
      padding: 0.3rem;
   }

   .market-list li .box .text {
      padding: 0.26666666rem 0.2rem;
   }

   .market-list li .text .class-button {
      margin-top: 0.4rem;
   }
}


.p-square {
   position: relative;
   padding-left: 20px;
}

.p-square:before {
   content: "";
   position: absolute;
   top: 10px;
   left: 0;
   width: 8px;
   height: 8px;
   background: #000;
}

.table-xz {
   margin-top: 30px;
}

.table-xz td {
   border: 1px solid #999;
   padding: 7px;
}

.p2-01 {
   position: relative;
   padding-left: 2em;
}

.p2-01 span {
   position: absolute;
   top: 0;
   left: 0;
}

.p2-02 {
   position: relative;
   padding-left: 4em;
}

.p2-02 span {
   position: absolute;
   top: 0;
   left: 2em;
}





/* ========== */
/* = key-channel = */
/* ========== */
.key-channel {
   margin: 55px 0 80px;
   border: 1px solid #dddddd;
   border-radius: 14px;
   padding-bottom: 30px;
   overflow: hidden;
}

.key-channel .theme {
   line-height: 60px;
   padding: 0 20px;
   background: #eeeeee;
   font-size: 20px;
   color: #000000;
}

.key-channel .content {
   margin-top: 35px;
   padding: 0 40px 0 20px;
   height: 680px;
   position: relative;
}

.key-channel .letter-div {
   position: absolute;
   top: 0;
   right: 15px;
   text-align: center;
}

.key-channel .letter-div a {
   display: block;
   line-height: 24px;
   font-size: 16px;
}

.key-channel .list li {
   padding-bottom: 20px;
   position: relative;
}

.key-channel .list li .mao {
   position: absolute;
   top: -160px;
   left: 0;
}

.key-channel .list li .tit {
   font-weight: bold;
   font-size: 50px;
   line-height: 50px;
   color: #000000;
   padding-bottom: 20px;
   border-bottom: 1px solid #eeeeee;
}

.key-channel .list li .con {
   margin-top: 20px;
   font-size: 0;
}

.key-channel .list li .con a {
   margin-right: 6px;
   margin-bottom: 6px;
   display: inline-block;
   border: 1px solid #EEEEEE;
   border-radius: 5px;
   line-height: 30px;
   font-size: 14px;
   color: #999;
   padding: 0 10px;
}

.key-channel .scrollBox {
   height: 680px;
}

.zl-scrollBarBox {
   height: 100%;
   position: absolute;
   background: #e4e4e4;
   border-radius: 4px;
}

.zl-scrollBar {
   position: absolute;
   left: 0;
   top: 0;
   background: #aaaaaa;
   border-radius: 4px;
   transition: background 0.3s;
   cursor: pointer;
}

.zl-scrollBar.zl-verticalBar {
   min-height: 10px;
}

.zl-scrollBar.zl-horizontalBar {
   min-width: 10px;
}

.zl-scrollContentDiv {
   position: relative !important;
   width: 100% !important;
   height: 100% !important;
   padding: 0 !important;
   margin: 0 !important;
   top: 0;
   left: 0;
}



/* ========== */
/* = yiyao = */
/* ========== */
.yiyao-banner {
   position: relative;
   overflow: hidden;
}

.yiyao-banner .text {
   position: absolute;
   top: 50%;
   margin-top: -180px;
   color: #FFFFFF;
   width: 100%;
   text-align: center;
   letter-spacing: 2px;
}

.yiyao-banner h1 {
   margin-bottom: 20px;
   font-size: 69px;
   font-weight: 500;
}

.yiyao-banner .des {
   margin-bottom: 50px;
}

.yiyao-banner .des .p1 {
   margin-bottom: 20px;
   font-size: 32px;
}

.yiyao-banner .des .p2 {
   font-size: 18px;
}

.yiyao-button {
   display: inline-block;
   background: #FFFFFF;
   font-size: 0;
   padding: 0 25px 0 40px;
   border-radius: 33px;
   overflow: hidden;
}

.yiyao-button span {
   display: inline-block;
   vertical-align: middle;
   line-height: 66px;
   font-size: 28px;
   color: #1976d2;
}

.yiyao-button img {
   margin-left: 5px;
   display: inline-block;
   vertical-align: middle;
}

.yiyao-content {
   padding: 6% 0 0;
   background: #f7f9ff;
}

.yiyao-content .theme {
   text-align: center;
   font-size: 42px;
   color: #020a1a;
}

.yiyao-content ul {
   margin-top: 8%;
   padding: 0 8%;
}

.yiyao-content li {
   margin-bottom: 14%;
   position: relative;
}

.yiyao-content li:before {
   position: absolute;
   content: "";
   padding: 6% 0 10%;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../images/yiyao_bg.jpg);
   background-size: cover;
   border-radius: 16px;
   overflow: hidden;
}

.yiyao-content li .text {
   padding: 8% 0 10%;
   position: relative;
   z-index: 2;
   width: 34%;
   max-width: 500px;
   padding-left: 4%;
   color: #FFFFFF;
}

.yiyao-content li .text .tit {
   margin-bottom: 10%;
   font-size: 32px;
   letter-spacing: 3px;
   position: relative;
   padding-left: 30px;
}

.yiyao-content li .text .tit:before {
   content: "";
   display: block;
   position: absolute;
   top: 50%;
   margin-top: -40px;
   left: 0;
   width: 10px;
   height: 80px;
   border-radius: 5px;
   background: #FFFFFF;
   overflow: hidden;
}

.yiyao-content li .text .des {
   margin-bottom: 25%;
   font-size: 32px;
   line-height: 48px;
   letter-spacing: 3px;
}

.yiyao-content li .img {
   position: absolute;
   max-width: 64%;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.yiyao-bottom {
   padding: 125px 0 85px;
   background-image: url(../images/yiyao_bottom.jpg);
   color: #fff;
   text-align: center;
   letter-spacing: 2px;
}

.yiyao-bottom h2 {
   margin-bottom: 25px;
   font-size: 48px;
   font-weight: 600;
}

.yiyao-bottom .des {
   margin-bottom: 45px;
   font-size: 24px;
}


@media (max-width:1660px) {
   .yiyao-banner .text {
      margin-top: -140px;
   }

   .yiyao-banner h1 {
      font-size: 56px;
   }

   .yiyao-content li .text .tit {
      font-size: 28px;
   }

   .yiyao-content li .text .tit:before {
      height: 60px;
      margin-top: -30px;
   }

   .yiyao-content li .text .des {
      font-size: 28px;
      line-height: 46px;
   }

   .yiyao-bottom h2 {
      font-size: 44px;
   }
}

@media (max-width:1380px) {
   .yiyao-content li .text .tit {
      font-size: 24px;
   }

   .yiyao-content li .text .tit:before {
      height: 60px;
      margin-top: -30px;
   }

   .yiyao-content li .text .des {
      font-size: 24px;
      line-height: 40px;
   }
}

@media (max-width:999px) {
   .yiyao-banner img {
      width: 120%;
      max-width: 140%;
      margin-left: -20%;
   }

   .yiyao-banner .text {
      margin-top: -1.9rem;
      letter-spacing: 0.013333rem;
   }

   .yiyao-banner h1 {
      margin-bottom: 0.266666rem;
      font-size: 0.5rem;
   }

   .yiyao-banner .des {
      margin-bottom: 0.533333rem;
      padding: 0 0.4rem;
   }

   .yiyao-banner .des .p1 {
      margin-bottom: 0.266666rem;
      font-size: 0.36rem;
   }

   .yiyao-banner .des .p2 {
      font-size: 0.28rem;
   }

   .yiyao-button {
      padding: 0 0.266666rem 0 0.666666rem;
      border-radius: 0.533333rem;
   }

   .yiyao-button span {
      line-height: 1.066666rem;
      font-size: 0.4rem;
   }

   .yiyao-button img {
      margin-left: 0.1rem;
      width: 0.4rem;
   }

   .yiyao-content .theme {
      font-size: 0.7rem;
   }

   .yiyao-content ul {
      padding: 0 0.4rem;
   }

   .yiyao-content li:before {
      border-radius: 0.2rem;
   }

   .yiyao-content li .text {
      width: 100%;
      max-width: 100%;
   }

   .yiyao-content li .text .tit {
      margin-bottom: 0.6rem;
      font-size: 0.533333rem;
      letter-spacing: 0.04rem;
      padding-left: 0.5rem;
   }

   .yiyao-content li .text .tit:before {
      width: 0.132rem;
      height: 0.8rem;
      margin-top: -0.4rem;
   }

   .yiyao-content li .text .des {
      margin-bottom: 0.8rem;
      font-size: 0.4rem;
      line-height: 0.666666rem;
      letter-spacing: 0.04rem;
   }

   .yiyao-content li .img {
      position: relative;
      max-width: 100%;
      top: auto;
      right: auto;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
   }

   .yiyao-bottom {
      padding: 1.333333rem 0;
   }

   .yiyao-bottom h2 {
      margin-bottom: 0.266666rem;
      font-size: 0.5rem;
   }

   .yiyao-bottom .des {
      margin-bottom: 0.4rem;
      font-size: 0.346666rem;
   }
}



/* ========== */
/* = tffi = */
/* ========== */
.tffi-banner {
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
   background: #ecf2ff;
}

.tffi-banner .img {
   width: 50%;
}

.tffi-banner .text {
   width: 50%;
   text-align: center;
}

.tffi-banner .text h1 {
   font-size: 50px;
   color: #17337D;
   font-weight: 600;
   letter-spacing: 1px;
}

.tffi-banner .text .des {
   margin-top: 2%;
   font-size: 22px;
   color: #274BAB;
   letter-spacing: 1px;
   font-weight: 600;
}

.tffi-banner .text .button {
   margin-top: 7%;
   display: inline-block;
   font-weight: 600;
   background: #274BAB;
   color: #fff;
   width: 200px;
   line-height: 68px;
   font-size: 26px;
   border-radius: 34px;
}

.tffi-banner .text .erweima {
   margin-top: 5%;
}

.tffi-banner .text .erweima img {
   max-width: 18%;
}

.tffi-banner .text .erweima p {
   margin-top: 10px;
   font-size: 20px;
   color: #020A1A;
   font-weight: 600;
}

.tffi-ku {
   padding: 6% 0;
   background-image: url(../images/tffi_ku.png);
   color: #FFFFFF;
   text-align: center;
}

.tffi-ku .theme {
   font-size: 52px;
   letter-spacing: 3px;
}

.tffi-ku ul {
   margin-top: 9%;
   display: flex;
   flex-flow: wrap;
   align-items: flex-start;
   justify-content: space-between;
   letter-spacing: 1px;
}

.tffi-ku li img {
   max-width: 90px;
}

.tffi-ku li span {
   margin-top: 22%;
   font-size: 28px;
   display: block;
}

.tffi-ku li p {
   margin-top: 10%;
   font-size: 18px;
}

.tffi-content {
   padding: 10% 8%;
   background: #fff;
}

.tffi-box {
   margin-bottom: 10%;
   position: relative;
}

.tffi-box:last-child {
   margin-bottom: 0;
}

.tffi-box:before {
   position: absolute;
   content: "";
   padding: 6% 0 10%;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../images/tffi_bg_01.png);
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.tffi-box .text {
   padding: 12.5% 0;
   position: relative;
   z-index: 2;
   width: 34%;
   max-width: 500px;
   padding-left: 4%;
   color: #FFFFFF;
}

.tffi-box .text .tit {
   margin-bottom: 10%;
   font-size: 38px;
   font-weight: 600;
   letter-spacing: 3px;
}

.tffi-box .text .des {
   margin-bottom: 14%;
   font-size: 18px;
   line-height: 34px;
   letter-spacing: 1px;
}

.tffi-box .text .button {
   display: inline-block;
   font-weight: 600;
   background: #FFFFFF;
   color: #274BAB;
   width: 200px;
   line-height: 68px;
   font-size: 26px;
   border-radius: 34px;
   text-align: center;
}

.tffi-box .img {
   position: absolute;
   max-width: 62%;
   top: 5%;
   right: 2%;
}

.tffi-box:nth-child(2):before {
   background-image: url(../images/tffi_bg_02.png);
}

.tffi-pop {
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .6);
   text-align: center;
}


@media (max-width:1540px) {
   .tffi-banner .text h1 {
      font-size: 42px;
   }

   .tffi-banner .text .des {
      font-size: 18px;
   }

   .tffi-banner .text .button {
      width: 200px;
      line-height: 60px;
      border-radius: 30px;
      font-size: 24px;
   }

   .tffi-ku .theme {
      font-size: 44px;
   }

   .tffi-ku li img {
      width: 80px;
   }

   .tffi-ku li span {
      font-size: 26px;
   }

   .tffi-box .text {
      padding: 12% 0;
      padding-left: 3%;
   }

   .tffi-box .text .tit {
      font-size: 34px;
   }

   .tffi-box .text .des {
      font-size: 16px;
      line-height: 30px;
   }

   .tffi-box .text .button {
      width: 180px;
      line-height: 60px;
      border-radius: 30px;
      font-size: 22px;
   }

}

@media (max-width:1220px) {
   .tffi-banner .text h1 {
      font-size: 40px;
   }

   .tffi-ku .theme {
      font-size: 40px;
   }

   .tffi-box .text .tit {
      font-size: 38px;
   }
}

@media (max-width:999px) {
   .tffi-banner .img {
      width: 100%;
   }

   .tffi-banner .text {
      width: 100%;
      padding-bottom: 0.666666rem;
   }

   .tffi-banner .text h1 {
      font-size: 0.6rem;
      letter-spacing: 0.026666rem;
   }

   .tffi-banner .text .des {
      font-size: 0.36rem;
      letter-spacing: 0.013333rem;
   }

   .tffi-banner .text .button {
      width: 3rem;
      line-height: 1.2rem;
      font-size: 0.4rem;
      border-radius: 0.6rem;
      font-size: 0.4rem;
   }

   .tffi-banner .text .erweima img {
      width: 3.333333rem;
   }

   .tffi-banner .text .erweima p {
      font-size: 0.373333rem;
   }

   .tffi-ku {
      padding: 1.066666rem 0;
   }

   .tffi-ku .theme {
      font-size: 0.6rem;
      letter-spacing: 0.026666rem;
   }

   .tffi-ku ul {
      letter-spacing: 0.013333rem;
   }

   .tffi-ku li {
      max-width: 30%;
   }

   .tffi-ku li img {
      width: 1rem;
   }

   .tffi-ku li span {
      font-size: 0.426666rem;
   }

   .tffi-ku li p {
      font-size: 0.36rem;
   }

   .tffi-content {
      padding: 1.066666rem 0.4rem;
   }

   .tffi-box {
      margin-bottom: 0.933333rem;
      padding: 0.4rem;
   }

   .tffi-box:before {
      border-radius: 0.8rem;
   }

   .tffi-box .text {
      width: 100%;
   }

   .tffi-box .text .tit {
      margin-bottom: 0.5rem;
      font-size: 0.533333rem;
      letter-spacing: 0.04rem;
   }

   .tffi-box .text .des {
      margin-bottom: 0.7rem;
      font-size: 0.38rem;
      line-height: 0.6rem;
      letter-spacing: 0.013333rem;
   }

   .tffi-box .text .button {
      width: 3rem;
      line-height: 1.2rem;
      font-size: 0.4rem;
      border-radius: 0.6rem;
      font-size: 0.4rem;
   }

   .tffi-box .img {
      position: relative;
      max-width: 100%;
      top: auto;
      right: auto;
   }

   .tffi-pop .content {
      max-width: 90% !important;
      background: #fff;
   }
}







.navlibrary-w1480 {
   max-width: 1580px;
   padding: 0 50px;
   margin: 0 auto;
}

.navlibrary-banner {
   position: relative;
   background: #3777fd;
   color: #FFFFFF;
}

.navlibrary-banner:after {
   content: "";
   position: absolute;
   z-index: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 115px;
   background: #1b25dc;
}

.navlibrary-banner>.navlibrary-w1480 {
   display: flex;
   flex-flow: wrap;
   justify-content: space-between;
   align-items: flex-start;
}

.navlibrary-banner .text {
   padding-top: 60px;
}

.navlibrary-banner .text .tip {
   display: inline-block;
   background: #789cfe;
   letter-spacing: 1px;
   font-size: 22px;
   padding: 0 30px;
   letter-spacing: 2px;
   line-height: 42px;
}

.navlibrary-banner .text .tit {
   font-size: 47px;
   margin-top: 12px;
   text-shadow: 6px 6px #205ee5;
}

.navlibrary-banner .text .des {
   margin-top: 20px;
   font-size: 22px;
}

.navlibrary-banner .text .des p {
   display: inline-block;
   position: relative;
   padding-left: 32px;
}

.navlibrary-banner .text .des p:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -15px;
   background-image: url(../images/navlibrary_right_ico.png);
   width: 30px;
   height: 30px;
   background-size: cover;
}

.navlibrary-banner .img {
   position: relative;
   z-index: 1;
}

.navlibrary-banner .button {
   position: absolute;
   bottom: 35px;
   left: 0;
   width: 100%;
   z-index: 2;
}

.navlibrary-banner .button a {
   display: inline-block;
   vertical-align: middle;
   line-height: 48px;
   background: #71b421;
   color: #FFFFFF;
   font-size: 20px;
   padding: 0 20px;
   border-radius: 5px;
}

.navlibrary-banner .button span {
   font-size: 12px;
   display: inline-block;
   vertical-align: middle;
   margin-left: 10px;
}

.navlibrary-theme {
   font-weight: 600;
   font-size: 26px;
   color: #061632;
}

.navlibrary-button {
   display: block;
   margin: 0 auto;
   width: 330px;
   line-height: 72px;
   font-size: 32px;
   letter-spacing: 3px;
   background: #71b41f;
   color: #fff;
   text-align: center;
   border-radius: 10px;
}

.recommend-navlibrary {
   padding-top: 6%;
}

.recommend-navlibrary ul {
   margin: 0 -10px 50px;
}

.recommend-navlibrary li {
   margin-top: 25px;
   float: left;
   width: 50%;
   padding: 0 10px;
}

.recommend-navlibrary .box {
   border: 2px solid #f1f1f3;
   border-radius: 8px;
   overflow: hidden;
}

.recommend-navlibrary .box .img {
   position: relative;
   color: #FFFFFF;
}

.recommend-navlibrary .box .img img {
   width: 100%;
}

.recommend-navlibrary .box .img-hot {
   position: absolute;
   top: 30px;
   right: 25px;
   background: #45a21f;
   padding: 0 15px;
   font-size: 18px;
   letter-spacing: 1px;
   border-radius: 7px;
   line-height: 44px;
}

.recommend-navlibrary .box .img-tit {
   position: absolute;
   left: 25px;
   top: 30px;
   font-size: 30px;
   font-weight: 600;
   letter-spacing: 2px;
}

.recommend-navlibrary .box .img-tip {
   position: absolute;
   left: 25px;
   bottom: 30px;
}

.recommend-navlibrary .box .img-tip span {
   display: inline-block;
   margin-right: 10px;
   border-radius: 10px;
   font-size: 18px;
   border: 2px solid #505f79;
   padding: 0 12px;
   line-height: 40px;
}

.recommend-navlibrary .box .img-tip span:nth-child(1) {
   background: #505f79;
}

.recommend-navlibrary .box .text {
   padding: 25px 20px;
   color: #5e6c84;
   font-size: 20px;
}

.recommend-navlibrary .box .text .des {
   font-size: 20px;
   line-height: 34px;
   height: 68px;
   overflow: hidden;
}

.recommend-navlibrary .box .text .con {
   margin-top: 20px;
   padding-right: 200px;
   position: relative;
}

.recommend-navlibrary .box .text .con .ico {
   line-height: 40px;
   position: relative;
   padding-left: 75px;
   line-height: 70px;
}

.recommend-navlibrary .box .text .con .ico span {
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.recommend-navlibrary .box .text .con .ico img {
   position: absolute;
   top: 0;
   left: 0;
}

.recommend-navlibrary .box .text .con .num {
   position: absolute;
   top: 50%;
   margin-top: -15px;
   line-height: 30px;
   right: 0;
}

.recommend-navlibrary .box .text .con .num span {
   margin-right: 30px;
   display: inline-block;
   padding-left: 30px;
   position: relative;
}

.recommend-navlibrary .box .text .con .num span:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 30px;
   height: 30px;
   background-size: cover;
}

.recommend-navlibrary .box .text .con .num span:nth-child(1):before {
   background-image: url(../images/navlibrary_ico_view.png);
}

.recommend-navlibrary .box .text .con .num span:nth-child(2):before {
   background-image: url(../images/navlibrary_ico_person.png);
}


.all-navlibrary {
   padding: 5% 0 8%;
}

.navlibrary-fenlei .row {
   margin-top: 20px;
   position: relative;
   font-size: 16px;
   line-height: 32px;
   padding-left: 130px;
   color: #45a320;
}

.navlibrary-fenlei .row span {
   position: absolute;
   top: 0;
   left: 0;
   font-size: 18px;
   color: #000000;
}

.navlibrary-fenlei .row i {
   display: inline-block;
   background: #45a320;
   color: #FFFFFF;
   line-height: 32px;
   border-radius: 5px;
   padding: 0 10px;
   font-style: normal;
   letter-spacing: 1px;
   margin-right: 10px;
}

.navlibrary-fenlei .row p {
   display: inline-block;
   vertical-align: middle;
}

.navlibrary-fenlei .row:nth-child(2) {
   color: #1876d2;
}

.navlibrary-fenlei .row:nth-child(2) i {
   background: #1876d2;
}

.all-navlibrary ul {
   margin: 25px -12px 50px;
}

.all-navlibrary li {
   margin-top: 15px;
   float: left;
   width: 33.3333%;
   padding: 0 12px;
}

.all-navlibrary .box {
   border: 2px solid #f1f1f3;
   border-radius: 8px;
   overflow: hidden;
}

.all-navlibrary .box .img {
   height: 230px;
   position: relative;
   color: #FFFFFF;
}

.all-navlibrary .box .img img {
   width: 110px;
   position: absolute;
   top: 10px;
   right: 20px;
}

.all-navlibrary .box .img-tit {
   position: absolute;
   left: 25px;
   top: 30px;
   font-size: 22px;
   font-weight: 600;
   letter-spacing: 1px;
}

.all-navlibrary .box .img-tip {
   position: absolute;
   left: 25px;
   bottom: 30px;
}

.all-navlibrary .box .img-tip span {
   display: inline-block;
   margin-right: 10px;
   border-radius: 5px;
   font-size: 16px;
   border: 1px solid #FFFFFF;
   padding: 0 12px;
   line-height: 30px;
}

.all-navlibrary .box .img-tip span:nth-child(1) {
   background: #FFFFFF;
   color: #000000;
}

.all-navlibrary .box .text {
   padding: 25px;
   color: #5e6c84;
   font-size: 18px;
}

.all-navlibrary .box .text .des {
   line-height: 28px;
}

.all-navlibrary .box .text .ico {
   margin-top: 18px;
   position: relative;
   line-height: 60px;
   padding-left: 62px;
}

.all-navlibrary .box .text .ico span {
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.all-navlibrary .box .text .ico img {
   position: absolute;
   top: 0;
   left: 0;
}

.all-navlibrary .box .text .num {
   margin-top: 10px;
}

.all-navlibrary .box .text .num span {
   margin-right: 25px;
   display: inline-block;
   padding-left: 30px;
   position: relative;
}

.all-navlibrary .box .text .num span:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 30px;
   height: 30px;
   background-size: cover;
}

.all-navlibrary .box .text .num span:nth-child(1):before {
   background-image: url(../images/navlibrary_ico_view.png);
}

.all-navlibrary .box .text .num span:nth-child(2):before {
   background-image: url(../images/navlibrary_ico_person.png);
}

@media (max-width:1500px) {
   .navlibrary-banner .text .tit {
      font-size: 42px;
   }

   .navlibrary-banner .text .des {
      font-size: 20px;
   }

   .navlibrary-button {
      font-size: 26px;
      width: 300px;
   }

   .recommend-navlibrary .box .img-tit {
      font-size: 28px;
   }

   .recommend-navlibrary .box .text {
      font-size: 18px;
   }

   .all-navlibrary .box .img-tit {
      font-size: 20px;
   }

   .all-navlibrary .box .text {
      font-size: 16px;
   }

}

@media (max-width:1370px) {
   .navlibrary-banner .img {
      width: 40%;
   }

   .navlibrary-banner .text {
      width: 60%;
   }

   .navlibrary-banner .text .tit {
      font-size: 36px;
   }

   .navlibrary-banner .text .des {
      font-size: 18px;
   }
}

@media (max-width:1280px) {
   .navlibrary-banner .text .tit {
      font-size: 32px;
   }

   .navlibrary-banner .text .des {
      font-size: 15px;
   }
}

@media (max-width:999px) {
   .navlibrary-w1480 {
      padding: 0 0.4rem;
   }

   .navlibrary-banner:after {
      display: none;
   }

   .navlibrary-banner .text {
      padding: 0.666666rem 0;
      width: 100%
   }

   .navlibrary-banner .text .tip {
      letter-spacing: 0.013333rem;
      font-size: 0.3146666rem;
      padding: 0 0.4rem;
      line-height: 0.933333rem;
   }

   .navlibrary-banner .text .tit {
      font-size: 0.5rem;
      margin-top: 0.266666rem;
      text-shadow: 0.05rem 0.05rem #205ee5;
   }

   .navlibrary-banner .text .des {
      margin-top: 0.266666rem;
      font-size: 0.36rem;
      line-height: 0.68rem;
   }

   .navlibrary-banner .text .des p {
      display: block;
      padding-left: 0.6rem;
   }

   .navlibrary-banner .text .des p:before {
      margin-top: -0.266666rem;
      width: 0.533333rem;
      height: 0.533333rem;
   }

   .navlibrary-banner .img {
      width: 100%;
   }

   .navlibrary-banner .img img {
      width: 7rem;
   }

   .navlibrary-banner .button {
      position: relative;
      bottom: auto;
      padding: 0.4rem 0;
      background: #1b25dc;
   }

   .navlibrary-banner .button a {
      line-height: 0.8rem;
      font-size: 0.34rem;
      padding: 0 0.266666rem;
   }

   .navlibrary-banner .button span {
      font-size: 0.32rem;
      margin-top: 0.266666rem;
      margin-left: 0;
      display: block;
   }

   .navlibrary-theme {
      font-size: 0.426666rem;
   }

   .navlibrary-button {
      width: 4rem;
      line-height: 1.2rem;
      font-size: 0.36rem;
   }

   .recommend-navlibrary {
      padding-top: 1rem;
   }

   .recommend-navlibrary ul {
      margin: 0 0 0.666666rem;
   }

   .recommend-navlibrary li {
      margin-top: 0.4rem;
      width: 100%;
      padding: 0;
   }

   .recommend-navlibrary .box .img-hot {
      top: 0.3rem;
      right: 0.3rem;
      padding: 0 0.22rem;
      font-size: 0.32rem;
      border-radius: 0.08rem;
      line-height: 0.8rem;
   }

   .recommend-navlibrary .box .img-tit {
      left: 0.4rem;
      top: 0.4rem;
      font-size: 0.4rem;
      letter-spacing: 0.026666rem;
   }

   .recommend-navlibrary .box .img-tip {
      left: 0.4rem;
      bottom: 0.4rem;
   }

   .recommend-navlibrary .box .img-tip span {
      margin-right: 0.133333rem;
      font-size: 0.34rem;
      padding: 0 0.2rem;
      line-height: 0.8rem;
   }

   .recommend-navlibrary .box .text {
      padding: 0.333333rem;
      font-size: 0.32rem;
   }

   .recommend-navlibrary .box .text .des {
      line-height: 0.6rem;
      font-size: 0.34rem;
      height: 1.2rem;
   }

   .recommend-navlibrary .box .text .con {
      margin-top: 0.266666rem;
      padding-right: 3.2rem;
   }

   .recommend-navlibrary .box .text .con .ico {
      line-height: 1.2rem;
      padding-left: 1.2rem;
   }

   .recommend-navlibrary .box .text .con .ico img {
      width: 1.1rem;
   }

   .recommend-navlibrary .box .text .con .num {
      margin-top: -0.266666rem;
      line-height: 0.533333rem;
   }

   .recommend-navlibrary .box .text .con .num span {
      margin-right: 0.266666rem;
      padding-left: 0.6rem;
   }

   .recommend-navlibrary .box .text .con .num span:before {
      width: 0.533333rem;
      height: 0.533333rem;
   }


   .all-navlibrary {
      padding: 1rem 0;
   }

   .navlibrary-fenlei .row {
      margin-top: 0.6rem;
      font-size: 0.32rem;
      line-height: 0.78rem;
      padding-left: 1.8rem;
   }

   .navlibrary-fenlei .row span {
      font-size: 0.36rem;
   }

   .navlibrary-fenlei .row i {
      padding: 0 0.266666rem;
   }

   .all-navlibrary ul {
      margin: 0.4rem 0 0.666666rem;
   }

   .all-navlibrary li {
      margin-top: 0.333333rem;
      width: 100%;
      padding: 0;
   }

   .all-navlibrary .box .img {
      height: 4rem;
   }

   .all-navlibrary .box .img img {
      width: 1.6rem;
      top: 0.266666rem;
      right: 0.266666rem;
   }

   .all-navlibrary .box .img-tit {
      left: 0.4rem;
      top: 0.4rem;
      font-size: 0.38rem;
      letter-spacing: 0.013333rem;
   }

   .all-navlibrary .box .img-tip {
      left: 0.4rem;
      bottom: 0.4rem;
   }

   .all-navlibrary .box .img-tip span {
      margin-right: 0.133333rem;
      font-size: 0.34rem;
      padding: 0 0.266666rem;
      line-height: 0.8rem;
   }

   .all-navlibrary .box .text {
      padding: 0.4rem;
      font-size: 0.36rem;
   }

   .all-navlibrary .box .text .des {
      line-height: 0.5rem;
      height: 1rem;
   }

   .all-navlibrary .box .text .ico {
      margin-top: 0.266666rem;
      line-height: 1.2rem;
      padding-left: 1.4rem;
   }

   .all-navlibrary .box .text .ico img {
      width: 1.2rem;
   }

   .all-navlibrary .box .text .num {
      margin-top: 0.266666rem;
   }

   .all-navlibrary .box .text .num span {
      margin-right: 0.266666rem;
      padding-left: 0.6rem;
   }

   .all-navlibrary .box .text .num span:before {
      width: 0.533333rem;
      height: 0.533333rem;
   }

}




.manage-banner {
   padding: 40px 0 80px;
   background-image: url(../images/manage_banner_bg.jpg);
}

.manage-banner .manage-container {
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.manage-banner .text {
   width: 44%;
   padding-bottom: 40px;
}

.manage-banner .text .tit img {
   height: 28px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 12px;
}

.manage-banner .text .tit h1 {
   display: inline-block;
   vertical-align: middle;
   font-size: 34px;
   color: #0D0C0C;
   font-weight: 600;
}

.manage-banner .text .des {
   margin-top: 20px;
   font-size: 20px;
   letter-spacing: 1px;
   text-align: justify;
   line-height: 40px;
   color: #0D0C0C;
}

.manage-banner .text .button-div {
   margin-top: 60px;
}

.manage-banner .text .button-div a {
   display: inline-block;
   vertical-align: middle;
}

.manage-banner .text .button-div .video-button {
   margin-left: 20px;
   display: inline-block;
   width: 160px;
   height: 48px;
   line-height: 46px;
   border-radius: 4px;
   border: 1px solid #007EE3;
   color: #007EE3;
   font-size: 20px;
   padding-left: 20px;
   position: relative;
}

.manage-banner .text .button-div .video-button:after {
   content: "";
   position: absolute;
   top: 50%;
   right: 20px;
   width: 24px;
   height: 24px;
   background-image: url(../images/manage_banner_paly.png);
   background-size: cover;
   margin-top: -12px;
}

.manage-banner .img {
   width: 51%;
   max-width: 592px;
   position: relative;
   padding-bottom: 40px;
}

.manage-banner .swiper-manage-banner {
   border-radius: 8px;
   box-shadow: 0px 2px 20px 0px #C3EDED;
}

.manage-banner .swiper-pagination {
   bottom: 0;
   width: 100%;
}

.manage-banner .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   background: #D8D8D8;
   border: none;
}

.manage-banner .swiper-pagination-bullet:before {
   display: none;
}

.manage-banner .swiper-pagination-bullet-active {
   background: #06BAB9;
   border: none;
}

.manage-banner .swiper-button-prev {
   left: -50px;
   background-image: url(../images/prev.png);
}

.manage-banner .swiper-button-next {
   right: -50px;
   background-image: url(../images/next.png);
}

.manage-solution {
   padding-top: 90px;
}

.manage-tit {
   font-size: 40px;
   color: #0D0C0C;
   font-weight: 600;
   letter-spacing: 1px;
   text-align: center;
}

.manage-container {
   max-width: 1280px;
   padding: 0 50px;
   margin: 0 auto;
}

.manage-solution .content {
   margin-top: 70px;
}

.manage-solution .manage-tit {
   font-size: 32px;
}

.manage-solution .box {
   background: #FFFFFF;
   box-shadow: 0px 3px 32px 0px rgba(18, 80, 154, 0.1100);
   border-radius: 8px;
}

.manage-solution .left {
   float: left;
   width: 50%;
}

.manage-solution .left ul {
   margin-left: -10px;
}

.manage-solution .left li {
   float: left;
   width: 50%;
   padding: 0 10px;
}

.manage-solution .left .box {
   padding: 12px;
}

.manage-solution .left .con {
   padding: 61px 0;
   background: linear-gradient(135deg, #FFFFFF 0%, #ECFBFB 100%);
   border-radius: 8px;
}

.manage-solution .left .box img {
   height: 110px;
}

.manage-solution .left .box p {
   font-size: 20px;
   color: #0D0C0C;
   text-align: center;
   padding: 18px 0;
}

.manage-solution .right {
   float: right;
   width: 50%;
}

.manage-solution .right ul {
   margin-right: -10px;
}

.manage-solution .right li {
   margin-bottom: 20px;
   float: left;
   width: 33.3333%;
   padding: 0 10px;
}

.manage-solution .right li .box {
   padding: 20px 0;
}

.manage-solution .right li .box img {
   height: 70px;
}

.manage-solution .right li .box p {
   margin-top: 15px;
   text-align: center;
   font-size: 18px;
   color: #0D0C0C;
}

.manage-solution .right li .text {
   height: 149px;
   padding-top: 30px;
}

.manage-solution .right li .text p {
   font-size: 14px;
   color: #A8A7A7;
   line-height: 30px;
}


.manage-advantage {
   padding: 130px 0 55px;
   text-align: center;
}

.manage-advantage ul {
   margin: 80px 0 75px;
}

.manage-advantage li {
   margin-top: 100px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.manage-advantage li:first-child {
   margin-top: 0;
}

.manage-advantage li .text {
   width: 51%;
   text-align: left;
}

.manage-advantage li .text .tit img {
   width: 46px;
   display: inline-block;
   vertical-align: middle;
}

.manage-advantage li .text .tit span {
   margin-left: 10px;
   display: inline-block;
   vertical-align: middle;
   font-size: 28px;
   font-weight: 600;
   color: #0D0C0C;
}

.manage-advantage li .text .con span {
   font-weight: 600;
   display: block;
   margin-top: 40px;
   font-size: 18px;
   color: #0D0C0C;
}

.manage-advantage li .text .con p {
   color: #6F6F6F;
   font-size: 16px;
   line-height: 28px;
   margin-top: 10px;
}

.manage-advantage li .img {
   width: 44%;
}

.manage-advantage li .img img {
   width: 100%;
}

.manage-advantage li:nth-child(2n) .text {
   float: right;
}

.manage-advantage li:nth-child(2n) .img {
   float: left;
}

.manage-button {
   display: inline-block;
   letter-spacing: 1px;
   padding: 0 60px;
   line-height: 48px;
   background: linear-gradient(270deg, #13D6AD 0%, #06BAB9 100%);
   border-radius: 4px;
   color: #FFFFFF;
   font-size: 20px;
}

.manage-datesafe {
   padding: 65px 0;
   background: #f8fbff;
}

.manage-datesafe .img {
   margin-top: 55px;
   position: relative;
}

.manage-datesafe .img img {
   width: 510px;
}

.manage-datesafe .img .item {
   position: absolute;
   width: 38%;
   max-width: 440px;
}

.manage-datesafe .img .item span {
   display: block;
   font-size: 18px;
   position: relative;
   padding-left: 30px;
   font-weight: 600;
   color: #0D0C0C;
}

.manage-datesafe .img .item span:before {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -7px;
   width: 14px;
   height: 14px;
   background: #FFFFFF;
   border-radius: 100%;
   border: 1px solid #007EE3;
}

.manage-datesafe .img .item p {
   line-height: 24px;
   margin-top: 10px;
   color: #333130;
   padding-left: 30px;
}

.manage-datesafe .img .item:nth-child(1) {
   left: 0;
   top: 20px;
}

.manage-datesafe .img .item:nth-child(2) {
   left: 0;
   top: 135px;
}

.manage-datesafe .img .item:nth-child(3) {
   left: 0;
   top: 250px;
}

.manage-datesafe .img .item:nth-child(4) {
   right: 0;
   top: 20px;
}

.manage-datesafe .img .item:nth-child(5) {
   right: 0;
   top: 135px;
}

.manage-datesafe .img .item:nth-child(6) {
   right: 0;
   top: 250px;
}

.manage-datesafe ul {
   margin: -15px -10px 0;
   position: relative;
   z-index: 1;
}

.manage-datesafe ul li {
   float: left;
   width: 25%;
   padding: 0 10px;
}

.manage-datesafe ul li .box {
   padding: 14px;
   background: #FFFFFF;
   box-shadow: 0px 2px 12px 0px rgba(214, 224, 238, 0.3500);
   border-radius: 8px;
}

.manage-datesafe ul li .box img {
   width: 27%;
   display: inline-block;
   vertical-align: middle;
}

.manage-datesafe ul li .box span {
   display: inline-block;
   vertical-align: middle;
   width: 70%;
   text-align: center;
   color: #333130;
   font-size: 16px;
}

.manage-product {
   padding-top: 95px;
}

.manage-product ul {
   margin: 50px auto 0;
   width: 910px;
}

.manage-product li {
   margin-top: 18px;
   background: linear-gradient(135deg, #FFFFFF 0%, #ECFBFB 100%);
   border-radius: 12px;
   border: 1px solid #AAEAEA;
   padding: 20px 25px;
   display: flex;
   flex-flow: wrap;
   align-items: center;
   justify-content: space-between;
}

.manage-product li .ico {
   width: 22%;
}

.manage-product li .ico img {
   width: 70px;
}

.manage-product li .tit {
   width: 32%;
}

.manage-product li .tit span {
   display: block;
   font-size: 26px;
   font-weight: 600;
   color: #0D0C0C;
}

.manage-product li .tit p {
   margin-top: 15px;
   color: #6D6D6D;
   font-size: 18px;
   margin-top: 5px;
}

.manage-product li .con {
   width: 46%;
}

.manage-product li .con p {
   font-size: 16px;
   line-height: 30px;
   margin: 10px 0;
   position: relative;
   padding-left: 30px;
}

.manage-product li .con p:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 0;
   width: 20px;
   height: 20px;
   background-image: url(../images/manage_pro_right1.png);
   background-size: cover;
}

.manage-product li:nth-child(2) {
   background: linear-gradient(135deg, #FFFFFF 0%, #EEF8FF 100%);
   border: 1px solid #D3E3FB;
}

.manage-product li:nth-child(2) p:before {
   background-image: url(../images/manage_pro_right2.png);
}

.manage-newcase {
   padding: 90px 0 150px;
   text-align: center;
}

.manage-newcase .manage-tit {
   font-size: 32px;
}

.manage-newcase ul {
   margin: 55px -10px 80px;
   font-size: 0;
}

.manage-newcase li {
   width: 20%;
   display: inline-block;
   padding: 10px;
}

.manage-newcase li div {
   padding: 8px 5px;
   background: #FFFFFF;
   box-shadow: 0px 2px 12px 0px rgba(214, 224, 238, 0.3500);
   border-radius: 8px;
}


@media (max-width:999px) {
   .manage-banner {
      padding: 1rem 0;
   }

   .manage-banner .text {
      width: 100%;
   }

   .manage-banner .text .tit img {
      height: 0.45rem;
      margin-right: 0.133333rem;
   }

   .manage-banner .text .tit h1 {
      font-size: 0.45rem;
   }

   .manage-banner .text .des {
      margin-top: 0.4rem;
      font-size: 0.36rem;
      letter-spacing: 0;
      line-height: 0.7rem;
   }

   .manage-banner .text .button-div {
      margin-top: 0.666666rem;
   }

   .manage-banner .text .button-div .video-button {
      width: 3.2rem;
      padding-left: 0.3rem;
      height: 1rem;
      line-height: 1rem;
      font-size: 0.4rem;
   }

   .manage-banner .text .button-div .video-button:after {
      margin-top: -0.3rem;
      right: 0.4rem;
      width: 0.6rem;
      height: 0.6rem;
   }

   .manage-banner .img {
      margin-top: 0.8rem;
      width: 100%;
   }


   .manage-solution {
      padding-top: 1rem;
      overflow: hidden;
   }

   .manage-tit {
      font-size: 0.53rem;
      letter-spacing: 0;
   }

   .manage-container {
      padding: 0 0.6rem;
   }

   .manage-solution .content {
      margin-top: 0.8rem;
   }

   .manage-solution .manage-tit {
      font-size: 0.42rem;
   }

   .manage-solution .left {
      float: none;
      width: 100%;
   }

   .manage-solution .left ul {
      margin-left: 0;
   }

   .manage-solution .left li {
      padding: 0 0.133333rem;
   }

   .manage-solution .left .con {
      padding: 0.533333rem 0;
   }

   .manage-solution .left .box img {
      height: 1.333333rem;
   }

   .manage-solution .left .box p {
      font-size: 0.4rem;
      padding: 0.266666rem 0;
   }

   .manage-solution .right {
      float: none;
      margin-top: 0.266666rem;
      width: 100%;
   }

   .manage-solution .right ul {
      margin-right: 0;
   }

   .manage-solution .right li {
      margin-bottom: 0.266666rem;
      padding: 0 0.133333rem;
   }

   .manage-solution .right li .box {
      padding: 0.266666rem 0;
      height: 2.4rem;
   }

   .manage-solution .right li .box img {
      height: 1.1rem;
   }

   .manage-solution .right li .box p {
      margin-top: 0.133333rem;
      font-size: 0.32rem;
   }

   .manage-solution .right li .text {
      height: 2.4rem;
      padding-top: 0.6rem;
   }

   .manage-solution .right li .text p {
      font-size: 0.32rem;
      line-height: 0.533333rem;
   }


   .manage-advantage {
      padding: 1rem 0;
   }

   .manage-advantage ul {
      margin: 0.8rem 0;
   }

   .manage-advantage li {
      margin-top: 1rem;
   }

   .manage-advantage li:first-child {
      margin-top: 0;
   }

   .manage-advantage li .text {
      float: none;
      width: 100%;
   }

   .manage-advantage li .text .tit img {
      width: 0.8rem;
   }

   .manage-advantage li .text .tit span {
      margin-left: 0.133333rem;
      font-size: 0.46rem;
   }

   .manage-advantage li .text .con span {
      margin-top: 0.533333rem;
      font-size: 0.4rem;
   }

   .manage-advantage li .text .con p {
      font-size: 0.32rem;
      line-height: 0.64rem;
      margin-top: 0.173333rem;
   }

   .manage-advantage li .img {
      margin-bottom: 0.6rem;
      float: none;
      width: 100%;
   }

   .manage-advantage li:nth-child(2n) .text {
      float: none;
   }

   .manage-advantage li:nth-child(2n) .img {
      float: none;
   }

   .manage-button {
      padding: 0 0.666666rem;
      line-height: 1rem;
      font-size: 0.4rem;
   }

   .manage-datesafe {
      padding: 1rem 0;
   }

   .manage-datesafe .img {
      margin-top: 0.8rem;
   }

   .manage-datesafe .img img {
      width: 100%;
   }

   .manage-datesafe .img .item {
      margin-top: 0.4rem;
      position: relative;
      width: 100%;
      max-width: 100%;
   }

   .manage-datesafe .img .item span {
      font-size: 0.32rem;
      padding-left: 0.533333rem;
   }

   .manage-datesafe .img .item span:before {
      margin-top: -0.133333rem;
      width: 0.266666rem;
      height: 0.266666rem;
   }

   .manage-datesafe .img .item p {
      line-height: 0.6rem;
      font-size: 0.34rem;
      margin-top: 0.133333rem;
      padding-left: 0.533333rem;
   }

   .manage-datesafe .img .item:nth-child(1),
   .manage-datesafe .img .item:nth-child(2),
   .manage-datesafe .img .item:nth-child(3),
   .manage-datesafe .img .item:nth-child(4),
   .manage-datesafe .img .item:nth-child(5),
   .manage-datesafe .img .item:nth-child(6) {
      right: auto;
      top: auto;
      left: auto;
      bottom: auto;
   }

   .manage-datesafe ul {
      margin: 0.533333rem 0 0;
   }

   .manage-datesafe ul li {
      width: 50%;
      padding: 0.133333rem;
   }

   .manage-datesafe ul li .box {
      padding: 0.266666rem;
   }

   .manage-datesafe ul li .box img {
      width: 27%;
   }

   .manage-datesafe ul li .box span {
      font-size: 0.22rem;
   }

   .manage-product {
      padding-top: 1rem;
   }

   .manage-product ul {
      margin: 0.666666rem auto 0;
      width: 100%;
   }

   .manage-product li .ico {
      width: 14%;
   }

   .manage-product li .ico img {
      width: 0.65rem;
   }

   .manage-product li .tit {
      width: 30%;
   }

   .manage-product li .tit span {
      font-size: 0.35rem;
   }

   .manage-product li .tit p {
      margin-top: 0.12rem;
      font-size: 0.3rem;
   }

   .manage-product li .con {
      width: 55%;
   }

   .manage-product li .con p {
      font-size: 0.3rem;
      line-height: 0.5rem;
      margin: 0.133333rem 0;
      padding-left: 0.42rem;
   }

   .manage-product li .con p:before {
      top: 0.1rem;
      width: 0.3rem;
      height: 0.3rem;
   }

   .manage-newcase {
      padding: 1rem 0;
   }

   .manage-newcase .manage-tit {
      font-size: 0.44rem;
   }

   .manage-newcase ul {
      margin: 0.533333rem 0;
   }

   .manage-newcase li {
      padding: 0.16rem;
      width: 33.3333%;
   }

   .manage-newcase li div {
      padding: 0.266666rem 0.106666rem;
   }

}